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