WoW:Using the ColorPickerFrame: Difference between revisions
Jump to navigation
Jump to search
→Examples of use
No edit summary |
|||
| Line 70: | Line 70: | ||
Set R, G, and B to the ColorWheel's colors on changing the selected color | Set R, G, and B to the ColorWheel's colors on changing the selected color | ||
function MY_COLOR_FUNCTION() | function MY_COLOR_FUNCTION() | ||
local R,G,B = ColorPickerFrame:GetColorRGB(); | local R,G,B = ColorPickerFrame:GetColorRGB(); | ||
end | end | ||
ColorPickerFrame.func = MY_COLOR_FUNCTION | |||
[[Category:HOWTOs|Use the ColorPickerFrame]] | [[Category:HOWTOs|Use the ColorPickerFrame]] | ||