image_transparent_color property

image_transparent_color property

Gets or sets the image transparent color.

Definition:

@property
def image_transparent_color(self):
    ...

@image_transparent_color.setter
def image_transparent_color(self, value):
    ...

See Also