DIBColorEntry


typedef struct {
    BYTE dceBlue
    BYTE dceGreen
    BYTE dceRed
    BYTE dceFlags
} DIBColorEntry;

Describes a color entry in the palette consisting of relative intensities of blue, green, and red.

dceBlue

Blue intensity value in the range 0..255.

dceGreen

Green intensity value in the range 0..255.

dceRed

Red intensity value in the range 0..255.

dceFlags

Flag specifying how the color entry is to be used. Can be either NONSTATIC or MAPTOWHITE.