GetHSV
Returns the HSV coordinates of a colour.
Syntax
-
GetHSV(c)
-
c
is a colour
-
Description
If c
is a colour, then GetHSV(c)
returns a structure with the HSV components of c
.
Examples
GetHSV("gold")
hue: 50.5882352941 saturation: 1 value: 1