ColorPalette Class |
Namespace: Aspose.PSD
The ColorPalette type exposes the following members.
Name | Description | |
---|---|---|
![]() | ColorPalette(Int32) |
Initializes a new instance of the ColorPalette class and IsCompactPalette is false.
|
![]() | ColorPalette(Color) |
Initializes a new instance of the ColorPalette class and IsCompactPalette is false.
|
![]() | ColorPalette(Int32, Boolean) |
Initializes a new instance of the ColorPalette class.
|
![]() | ColorPalette(Color, Boolean) |
Initializes a new instance of the ColorPalette class.
|
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 or sets a value indicating whether compact palette is used.
|
Name | Description | |
---|---|---|
![]() ![]() | CopyPalette(IColorPalette) |
Copies the palette.
|
![]() ![]() | CopyPalette(IColorPalette, Boolean) |
Copies the palette.
|
![]() | Equals | (Inherited from Object.) |
![]() | GetArgb32Color |
Gets the 32-bit ARGB palette color by index.
|
![]() | GetColor |
Gets the palette color by index.
|
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetNearestColorIndex(Int32) |
Gets the index of the nearest color.
|
![]() | GetNearestColorIndex(Color) |
Gets the index of the nearest color.
|
![]() | GetType | (Inherited from Object.) |
![]() | ToString | (Inherited from Object.) |