transparent_color property

transparent_color property

Gets or sets the transparent color.

Definition:

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

See Also