color_index property

color_index property

Gets and sets the color index in the color palette. Only applies of indexed color.

Definition:

@property
def color_index(self):
    ...
@color_index.setter
def color_index(self, value):
    ...

See Also