raw_fallback_index property

raw_fallback_index property

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

Definition:

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

See Also