+ DocDeclStrName(
+ void , InitFromName(const wxString& colourName),
+ "Sets the RGB intensity values using a colour name listed in wx.TheColourDatabase.",
+ SetFromName);
+
+
+ DocDeclStr(
+ long , GetPixel() const,
+ "Returns a pixel value which is platform-dependent. On Windows, a\n"
+ "COLORREF is returned. On X, an allocated pixel value is returned.\n"
+ "-1 is returned if the pixel is invalid (on X, unallocated).");
+
+
+ DocDeclStr(
+ bool , operator==(const wxColour& colour) const,
+ "Compare colours for equality");
+
+ DocDeclStr(
+ bool , operator!=(const wxColour& colour) const,
+ "Compare colours for inequality");
+