Returns the red, green and blue components of the currently selected color
Signature:
red,
blue,
green
=
ColorSelect:GetColorRGB()
Returns:
red
- Red component of the color (0.0 - 1.0) (number
)blue
- Blue component of the color (0.0 - 1.0) (number
)green
- Green component of the color (0.0 - 1.0) (number
)