saturation property

saturation property

Gets or sets the Saturation setting. Range -100 to 100.

Definition:

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

See Also