apply_image_transparent property

apply_image_transparent property

Applies the specified transparent color to an image if true.

Definition:

@property
def apply_image_transparent(self):
    ...

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

See Also