ColorPalette.GetArgb32Color
ColorPalette.GetArgb32Color method
Gets the 32-bit ARGB palette color by index.
public int GetArgb32Color(int index)
Parameter | Type | Description |
---|---|---|
index | Int32 | The 32-bit ARGB palette color index. |
Return Value
The color palette entry specified by the index.
Exceptions
exception | condition |
---|---|
ArgumentOutOfRangeException | if color palette index specified is out of the palette entries range. |
See Also
- class ColorPalette
- namespace Aspose.Imaging
- assembly Aspose.Imaging