has_transparent_color property

has_transparent_color property

Gets a value indicating whether image has transparent color.

Definition:

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

See Also