IColorPalette class
IColorPalette class
The color palette interface.
The IColorPalette type exposes the following members:
Properties
| Property | Description | 
|---|---|
| entries_count | Gets the entries count. | 
| argb_32_entries | Gets an array of 32-bit ARGB structures. | 
| entries | Gets an array of Colorstructures. | 
| is_compact_palette | Gets a value indicating whether compact palette is used. | 
Methods
| Method | Description | 
|---|---|
| get_nearest_color_index | Gets the index of the nearest 32-bit ARGB color. | 
| get_nearest_color_index | Gets the index of the nearest color. | 
| get_argb_32_color | Gets the 32-bit ARGB palette color by index. | 
| get_color | Gets the palette color by index. | 
See Also
- module aspose.cad
- class Color