![]() |
The API is no longer being updated here until further notice. |
Returns the HSV values of the selected color.
hsvX, hsvY, hsvZ = ColorSelect:GetColorHSV()
Returns
- hsvX
- number
[0, 360]- Hue; angle on the color wheel in degrees; 0 = red, increasing counter-clockwise - hsvY
- number
[0.0, 1.0]- Saturation of the color - hsvZ
- number
[0.0, 1.0]- Value of the color
