20202021 wxWidgets team. Licensed under the wxWindows Free Documentation Licence, Version 3 wxColourData
wxColourData Functions for wxColourData class

This class holds a variety of information related to colour dialogs.

See: wx_color(), wxColourDialog, Overview cmndlg

wxWidgets docs: wxColourData

Constructor.

Constructor.

Initializes the custom colours to wxNullColour, the data colour setting to black, and the choose full setting to true.

Destructor.

Destructor.

Under Windows, determines whether the Windows colour dialog will display the full dialog with custom colour selection controls.

Under Windows, determines whether the Windows colour dialog will display the full dialog with custom colour selection controls.

Has no meaning under other platforms.

The default value is true.

Gets the current colour associated with the colour dialog.

Gets the current colour associated with the colour dialog.

The default colour is black.

Returns custom colours associated with the colour dialog.

Returns custom colours associated with the colour dialog.

Under Windows, tells the Windows colour dialog to display the full dialog with custom colour selection controls.

Under Windows, tells the Windows colour dialog to display the full dialog with custom colour selection controls.

Under other platforms, has no effect.

The default value is true.

Sets the default colour for the colour dialog.

Sets the default colour for the colour dialog.

The default colour is black.

Sets custom colours for the colour dialog.

Sets custom colours for the colour dialog.