- virtual void
- InitRGBA(unsigned char r, unsigned char g, unsigned char b, unsigned char a);
+ // Mac-specific ctor and assignment operator from the native colour
+ // assumes ownership of CGColorRef
+ wxColour( CGColorRef col );
+ wxColour(const RGBColor& col);
+ wxColour& operator=(const RGBColor& col);
+ wxColour& operator=(CGColorRef col);
+ wxColour& operator=(const wxColour& col);