PaletteEntry


This class represents an entry in a color palette.

public value class PaletteEntry
{
 public:
  unsigned char Red;
  unsigned char Green;
  unsigned char Blue;
  unsigned char Flags;
};

Red The intensity (0-255) of the red color component.
Green The intensity (0-255) of the green color component.
Blue The intensity (0-255) of the blue color component.
Flags Flags for the entry - see enumeration PaletteProperty.