wxColourPickerCtrl

wxColourPickerCtrl
This control allows the user to select a colour. The generic implementation is a button which brings up a wxColourDialog when clicked. Native implementation may differ but this is usually a (small) widget which give access to the colour-chooser dialog. It is only available if wxUSE_COLOURPICKERCTRL is set to 1 (the default).

Creation Parameters

You can use the wxEVT_COMMAND_COLOURPICKER_CHANGED event, along with get_colorpickerevent_color.

Functions/Procedures
Supertopics
Subtopics

wxColourPickerCtrl

[func]
get_picker_color
( atom picker )

Category: wxColourPickerCtrl

Returns the currently selected color.


wxColourPickerCtrl

[proc]
set_picker_color
( atom picker, atom color )

Category: wxColourPickerCtrl

Sets the currently selected color.