fallback_index property

fallback_index property

Gets or sets the fallback index to use when palette index is out of bounds

Definition:

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

See Also