Updated to match the current API boilerplate.
({{widgetmethod}}) |
(Updated to match the current API boilerplate.) |
||
| Line 1: | Line 1: | ||
{{widgetmethod}} | {{widgetmethod}} __NOTOC__ | ||
Returns | Returns the RGB values of the currently selected color. | ||
r, g, b = ColorSelect:GetColorRGB() | |||
== Arguments == | |||
None | |||
== Returns == | |||
:r, g, b | |||
:; r : Number - The red value of the color | |||
:; g : Number - The green value of the color | |||
:; b : Number - The blue value of the color | |||