red_saturation property

red_saturation property

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

Definition:

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

See Also