blue_saturation property

blue_saturation property

Gets or sets the BlueSaturation. Null if undefined.

Definition:

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

See Also