IPsdColorPalette class
IPsdColorPalette class
The pasd color palette
The IPsdColorPalette type exposes the following members:
Properties
Property | Description |
---|---|
transparent_index | Gets the index of the transparent color. |
has_transparent_color | Gets a value indicating whether transparent color exists. |
transparent_color | Gets the transparent color. |
raw_entries | Gets the raw color palette entries data. |
raw_entries_count | Gets the raw color palette entries count. |
entries_count | Gets the entries count. |
argb_32_entries | Gets an array of 32-bit ARGB structures. |
entries | Gets an array of Color structures. |
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
- class
IColorPalette