load ColorPicker module

@Bunny67 I cannot get it to load Skins module. Can you take a look?
This commit is contained in:
Crum
2018-01-13 00:22:39 -06:00
parent bc36dd13b8
commit 4593b0322a
4 changed files with 302 additions and 5 deletions
@@ -1190,7 +1190,7 @@ function L_UIDropDownMenu_GetValue(id)
end
end
--[[function OpenColorPicker(info) --ColorPicker stuff not changed
function OpenColorPicker(info) --ColorPicker stuff not changed
ColorPickerFrame.func = info.swatchFunc;
ColorPickerFrame.hasOpacity = info.hasOpacity;
ColorPickerFrame.opacityFunc = info.opacityFunc;
@@ -1205,4 +1205,4 @@ end
function ColorPicker_GetPreviousValues()
return ColorPickerFrame.previousValues.r, ColorPickerFrame.previousValues.g, ColorPickerFrame.previousValues.b;
end]]
end