max_saturation property

max_saturation property

Gets or sets the ending saturation value.

Definition:

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

See Also