//@{
/**
Copy constructor.
-
+
@param red
The red value.
@param green
The colour name.
@param colour
The colour to copy.
-
+
@see wxColourDatabase
*/
wxColour();
/**
is not
specified in flags.
-
+
@wxsince{2.7.0}
*/
wxString GetAsString(long flags);
and the HTML-like syntax (i.e. @c "#" followed by 6 hexadecimal digits
for red, green, blue components).
Returns @true if the conversion was successful, @false otherwise.
-
+
@wxsince{2.7.0}
*/
void Set(unsigned char red, unsigned char green,
//@{
/**
Assignment operator, using a colour name to be found in the colour database.
-
+
@see wxColourDatabase
*/
wxColour operator =(const wxColour& colour);