get_color method
get_color
Gets the palette color by index.
Returns
The color palette entry specified by the index
.
def get_color(self, index):
...
Parameter | Type | Description |
---|---|---|
index | int | The palette color index. |
Exceptions
Exception | Description |
---|---|
ArgumentOutOfRangeException | if color palette index specified is out of the palette entries range. |
See Also
- module
aspose.cad
- class
IPsdColorPalette