get_hue method

On this page

get_hue

Gets the hue-saturation-brightness (HSB) hue value, in degrees, for this Color structure.

def get_hue(self):
    ...

Returns: float: The hue, in degrees, of this Color. The hue is measured in degrees, ranging from 0.0 through 360.0, in HSB color space.

See Also

On this page