Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

ColorPicker Example

ColorPicker

ADDON:ImportObject(32) --ColorPicker
-- ADDON:ImportObject(OBJECT.ColorPicker)

local colorPickerExample = UIParent:CreateWidget("colorpicker", "colorPickerExample", "UIParent")
colorPickerExample:SetExtent(128, 256)
colorPickerExample:AddAnchor("CENTER", "UIParent", 0, 0)
colorPickerExample:SetPaletteImage("ui/raid.dds")
colorPickerExample:Show(true)

ColorPicker Example