chroma_key property

chroma_key property

The color value of the image that will be treated as transparent.

The default value is a fully transparent color.

Definition:

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

See Also