]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/image.h
add wxUSE_CONFIG guard
[wxWidgets.git] / include / wx / image.h
index 76b9c81c6a478e156c606188d9268da3f87ab8d8..e0a6760eb3f8b29c088a9de121d232596ed9c6ff 100644 (file)
@@ -322,9 +322,13 @@ public:
     bool SetMaskFromImage(const wxImage & mask,
                           unsigned char mr, unsigned char mg, unsigned char mb);
 
-    // converts image's alpha channel to mask, if it has any, does nothing
-    // otherwise:
+    // converts image's alpha channel to mask (choosing mask colour
+    // automatically or using the specified colour for the mask), if it has
+    // any, does nothing otherwise:
     bool ConvertAlphaToMask(unsigned char threshold = wxIMAGE_ALPHA_THRESHOLD);
+    void ConvertAlphaToMask(unsigned char mr, unsigned char mg, unsigned char mb,
+                            unsigned char threshold = wxIMAGE_ALPHA_THRESHOLD);
+
 
     // This method converts an image where the original alpha
     // information is only available as a shades of a colour