+ // 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);