#include "wx/object.h"
#include "wx/string.h"
+struct RGBColor;
+
// Colour
class WXDLLEXPORT wxColour: public wxColourBase
{
const WXCOLORREF& GetPixel() const { return m_pixel; };
+ // Mac-specific ctor and assignment operator from the native colour
+ wxColour(const RGBColor& col);
+ wxColour& operator=(const RGBColor& col);
+
protected :
// Helper function