get_argb_32_color method

get_argb_32_color

Gets the 32-bit ARGB palette color by index.

Returns

The color palette entry specified by the index.

def get_argb_32_color(self, index):
    ...
ParameterTypeDescription
indexintThe 32-bit ARGB palette color index.

Exceptions

ExceptionDescription
ArgumentOutOfRangeExceptionif color palette index specified is out of the palette entries range.

See Also