]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/image.h
Project file corrections, doc corrections
[wxWidgets.git] / include / wx / image.h
index 4c145b247d858825f45956b1b24e0534a8cda906..88f26a453baa6df6506ba0d86c19456702d278c3 100644 (file)
@@ -151,6 +151,10 @@ public:
     unsigned char GetGreen( int x, int y ) const;
     unsigned char GetBlue( int x, int y ) const;
 
+    // used to manipulate the icons while extracting from .ico files   
+    bool GetUnusedColour(  unsigned char *r,  unsigned char *g,  unsigned char *b );
+    bool ApplyMask( const wxImage & mask );
+
     static bool CanRead( const wxString& name );
     virtual bool LoadFile( const wxString& name, long type = wxBITMAP_TYPE_ANY );
     virtual bool LoadFile( const wxString& name, const wxString& mimetype );