RGB.getHSB

Returns the hue, saturation, and brightness of the color.

@return color space values in float format:<ul> <li>hue (from 0 to 360)</li> <li>saturation (from 0 to 1)</li> <li>brightness (from 0 to 1)</li> </ul> @see #RGB(float, float, float)

@since 3.2

class RGB
const
float[]
getHSB
()

Meta