get_hue method

get_hue

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

Returns

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

def get_hue(self):
    ...

See Also