+ // reroute the inherited ones
+ void Set(unsigned char red,
+ unsigned char green,
+ unsigned char blue,
+ unsigned char alpha = wxALPHA_OPAQUE)
+ { wxColourBase::Set(red, green, blue, alpha); }
+
+ bool Set(const wxString &str)
+ { return wxColourBase::Set(str); }
+
+ void Set(unsigned long colRGB)
+ { wxColourBase::Set(colRGB); }
+