min_saturation property

min_saturation property

The starting saturation value. The saturation ranges from 0.0 through 1.0, where 0.0 is grayscale and 1.0 is the most saturated.

Definition:

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

See Also