Calculates the hue of a color.
SelectColor(MyColor)
Info("Hue: " + ColorHue(MyColor) + "°", ...
"Lightness: " + ColorLightness(MyColor) + "%", ...
"Saturation: " + ColorSaturation(MyColor) + "%")
Syntax
<Result> = ColorHue(<Color>)
<Result>: Integer
Value of the hue for the specified color. This value is expressed as an angle from 0 to 360° in the chromatic circle (0 = Red).
<Color>: Integer
Color used. This color can correspond to: