grayscale property

grayscale property

Setup this flag to true if gray-scale filter is required.

Definition:

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

See Also