Sets a value that indicates which color is selected by default when the dialog box is opened.
public final void setColor( Color value )
value
A Color object that represents the color that is selected by default when the dialog box is opened. The default value is black.
For a code example using this method, see the ColorDialog control topic.
See Also getColor