ColorDialog.setSolidColorOnly

Overview | Methods | This Package | All Packages

ColorDialog.setSolidColorOnly

Sets a boolean value indicating whether the dialog box displays only solid colors in the set of basic colors or whether it also offers colors that are composites of other colors.

Syntax

public final void setSolidColorOnly( boolean value )

Parameters

value

Set to true if users can select only solid colors; set to false if the user can select composite colors in addition to solid colors. The default value is false.

See Also   getSolidColorOnly