This class holds a variety of information related to colour dialogs.
Colour, ColourDialog, ColourDialog overview
destructor()
Destructor.
Boolean get_choose_full()
Under Windows, determines whether the Windows colour dialog will display the full dialog with custom colour selection controls. Under PalmOS, determines whether colour dialog will display full rgb colour picker or only available palette indexer. Has no meaning under other platforms.
The default value is true.
Colour get_colour()
Gets the current colour associated with the colour dialog.
The default colour is black.
Colour get_custom_colour(Integer i)
Gets the i_th custom colour associated with the colour dialog. _i should be an integer between 0 and 15.
The default custom colours are invalid colours.
set_choose_full(Boolean flag)
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.
set_colour(Colour colour)
Sets the default colour for the colour dialog.
The default colour is black.
set_custom_colour(Integer i, Colour colour)
Sets the i_th custom colour for the colour dialog. _i should be an integer between 0 and 15.
The default custom colours are invalid colours.
operator $=$(ColourData data)
Assignment operator for the colour data.
[This page automatically generated from the Textile source at Thu May 01 00:50:34 +0100 2008]