transparent_color property

transparent_color property

Gets and sets the transparent color of the picture.

Definition:

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

See Also