typedef struct tagCOLORTABLE_STRUCT { WORD Index; // color-table index LONG rgb; // RGB color value } COLORTABLE_STRUCT;
Contains color information for an entry in the color table.