max_saturation property

max_saturation property

The ending 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 max_saturation(self):
    ...
@max_saturation.setter
def max_saturation(self, value):
    ...

See Also