- void InitWith( unsigned char red, unsigned char green, unsigned char blue )
- {
- InitWith( red, green, blue , 255) ;
- }
-
- void InitWith( unsigned char red, unsigned char green, unsigned char blue, unsigned char alpha );
+ // 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);