gray_scale property

gray_scale property

The property indicates whether a picture will be displayed in grayscale mode. The default value is False.

Definition:

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

See Also