]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/mac/colour.h
Cleaned up paint DC cache in ~wxPaintDC to avoid spurious memory warning
[wxWidgets.git] / include / wx / mac / colour.h
index 16ffdac9aad515ddaba442f7dc90fb337c7dba9b..407c0140cafb13f004b0c11c7dd8c9ee607dedff 100644 (file)
@@ -74,9 +74,7 @@ public:
 
   void InitFromName(const wxString& col);
 
 
   void InitFromName(const wxString& col);
 
-/* TODO
-  WXCOLORREF GetPixel() const { return m_pixel; };
-*/
+  const WXCOLORREF GetPixel() const { return m_pixel; };
 
 private:
   bool          m_isInit;
 
 private:
   bool          m_isInit;
@@ -85,9 +83,8 @@ private:
   unsigned char m_green;
 
 public:
   unsigned char m_green;
 
 public:
-  /* TODO: implementation
-     WXCOLORREF m_pixel ;
-   */
+  WXCOLORREF m_pixel ;
+  void Set( WXCOLORREF color ) { m_pixel = color ; m_red = m_pixel.red>>8 ;m_blue = m_pixel.blue>>8 ;m_green = m_pixel.green>>8 ;}
 
 private:
   DECLARE_DYNAMIC_CLASS(wxColour)
 
 private:
   DECLARE_DYNAMIC_CLASS(wxColour)