blue_hue property

blue_hue property

Gets or sets the BlueHue value. Null if undefined.

Definition:

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

See Also