is_gray property

is_gray property

Indicates whether this picture should display in grayscale.

Definition:

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

See Also