IColorPalette Interface |
Namespace: Aspose.PSD
The IColorPalette type exposes the following members.
Name | Description | |
---|---|---|
![]() | Argb32Entries |
Gets an array of 32-bit ARGB structures.
|
![]() | Entries |
Gets an array of Color structures.
|
![]() | EntriesCount |
Gets the entries count.
|
![]() | IsCompactPalette |
Gets a value indicating whether compact palette is used.
|
Name | Description | |
---|---|---|
![]() | GetArgb32Color |
Gets the 32-bit ARGB palette color by index.
|
![]() | GetColor |
Gets the palette color by index.
|
![]() | GetNearestColorIndex(Int32) |
Gets the index of the nearest 32-bit ARGB color.
|
![]() | GetNearestColorIndex(Color) |
Gets the index of the nearest color.
|