get_hue method

On this page

get_hue

Returns the hue component of the color in the HSL color space, expressed in degrees. If the color is grayscale (R == G == B), the hue is undefined and the method returns 0.

def get_hue(self):
    ...

Returns: float: Hue value in degrees.

See Also

On this page