Returns the hue, saturation and value of the currently selected color

Signature:

hue, saturation, value = ColorSelect:GetColorHSV()

Returns:

  • hue - Hue of the selected color (angle on the color wheel in degrees; 0 = red, increasing counter-clockwise) (number)
  • saturation - Saturation of the selected color (0.0 - 1.0) (number)
  • value - Value of the selected color (0.0 - 1.0) (number)