X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/cd300ef760aefb0562a07ed1a614bb5074670f05..e6777e6575eaf7bf47b72c5910e5a4b31efd97a1:/interface/wx/colour.h diff --git a/interface/wx/colour.h b/interface/wx/colour.h index a4771ec582..68d62f3f69 100644 --- a/interface/wx/colour.h +++ b/interface/wx/colour.h @@ -3,7 +3,7 @@ // Purpose: interface of wxColour // Author: wxWidgets team // RCS-ID: $Id$ -// Licence: wxWindows license +// Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// @@ -180,10 +180,9 @@ public: string (third overloard). When using third form, Set() accepts: colour names (those listed in - wxTheColourDatabase()), the CSS-like @c "rgb(r,g,b)" or - @c "rgba(r,g,b,a)" syntax (case insensitive) and the HTML-like syntax - (i.e. @c "#" followed by 6 hexadecimal digits for red, green, blue - components). + wxColourDatabase), the CSS-like @c "rgb(r,g,b)" or @c "rgba(r,g,b,a)" syntax + (case insensitive) and the HTML-like syntax: @c "#" followed by 6 hexadecimal + digits for red, green, blue components. Returns @true if the conversion was successful, @false otherwise. @@ -268,6 +267,7 @@ public: /** @name Predefined colors. */ //@{ wxColour wxNullColour; +wxColour wxTransparentColour; wxColour* wxBLACK; wxColour* wxBLUE; wxColour* wxCYAN;