has_background_color property

has_background_color property

Gets or sets a value indicating whether image has background color.

Definition:

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

See Also