X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/526954c5968baa29218c994ec48e476ae2bd4b9f..806f8df3608a5ab2065cb886d6b01581f16b6b22:/interface/wx/colour.h diff --git a/interface/wx/colour.h b/interface/wx/colour.h index 2265400550..68d62f3f69 100644 --- a/interface/wx/colour.h +++ b/interface/wx/colour.h @@ -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.