grayscale property

grayscale property

Indicates whether to convert into grayscale image.

Definition:

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

See Also