hue property

hue property

Returns or sets the hue component of a color in HSL representation. All color transformations are ignored. Read/write float.

Definition:

@property
def hue(self):
    ...

@hue.setter
def hue(self, value):
    ...

See Also