max_hue property

max_hue property

Gets or sets the ending hue value, in degrees.

Definition:

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

See Also