wxColourPickerCtrl

wxColourPickerCtrl

wxColourPickerCtrl
Functions for wxColourPickerCtrl class

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).

Styles

This class supports the following styles:

See: wxColourDialog, wxColourPickerEvent

This class is derived (and can use functions) from: wxPickerBase wxControl wxWindow wxEvtHandler

wxWidgets docs: wxColourPickerCtrl

Event types emitted from this class: command_colourpicker_changed

Sets the currently selected colour.

See wxColour::Set() (not implemented in wx).