CWIMAQPalette
CWIMAQPalette represents palette data and properties that you can configure on a per palette basis.
Properties
Entries | Palette values, represented as integers. The integers are a combined representation of the R, G, and B components of color values.
|
Type | One of the five predefined palettes, or a user-defined color table.
|
Methods
CopyTo | Copies all data from one palette to another. This includes user-defined palette entries as well as the current palette type.
|
GetPalette | Gets the red, green, and blue color arrays associated with the current palette.
|
SetPalette | Sets the red, green, and blue color arrays of the Palette object. You can set the color planes individually or all at once.
|