saturation property

saturation property

Gets or sets the saturation.

Definition:

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

See Also