X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c0cc7004a6ec1c53c0fd974898ef9ffd3739bef4..592584e4e9c3c01a05fda770dcd1f88a8a8d69f1:/interface/colour.h diff --git a/interface/colour.h b/interface/colour.h index 9df414c4c7..238217afd5 100644 --- a/interface/colour.h +++ b/interface/colour.h @@ -35,7 +35,7 @@ public: //@{ /** Copy constructor. - + @param red The red value. @param green @@ -49,7 +49,7 @@ public: The colour name. @param colour The colour to copy. - + @see wxColourDatabase */ wxColour(); @@ -75,7 +75,7 @@ public: /** is not specified in flags. - + @wxsince{2.7.0} */ wxString GetAsString(long flags); @@ -124,7 +124,7 @@ public: 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, @@ -143,7 +143,7 @@ public: //@{ /** Assignment operator, using a colour name to be found in the colour database. - + @see wxColourDatabase */ wxColour operator =(const wxColour& colour);