,unsigned char cBlue
);
+ wxColour( unsigned long colRGB ) { Set(colRGB); }
+
//
// Implicit conversion from the colour name
//
,(unsigned char)(lColRGB >> 16)
);
}
+ void Set(const wxString& rsColour)
+ {
+ InitFromName(rsColour);
+ }
//
// Accessors