get_nearest_color_index method
get_nearest_color_index
Gets the index of the nearest color.
Returns
The index of the nearest color.
def get_nearest_color_index(self, argb_32_color):
...
Parameter | Type | Description |
---|---|---|
argb_32_color | int | The 32-bit ARGB color. |
get_nearest_color_index
Gets the index of the nearest color.
Returns
The index of the nearest color.
def get_nearest_color_index(self, color):
...
Parameter | Type | Description |
---|---|---|
color | Color | The color. |
See Also
- module
aspose.cad
- class
ColorPalette