Sets the color picker's selected color by hue, saturation and value
Signature:
ColorSelect:SetColorHSV(hue,
saturation,
value)
Arguments:
hue
- Hue of a color (angle on the color wheel in degrees; 0 = red, increasing counter-clockwise) (number
)saturation
- Saturation of a color (0.0 - 1.0) (number
)value
- Value of a color (0.0 - 1.0) (number
)