]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gifdecod.h
availability does not include any other headers, but it provides the necessary macros...
[wxWidgets.git] / include / wx / gifdecod.h
index 346ae800b940602f16680efc8ccebf87c62ad536..8761fa749c52a594a1f3d3e4c229d8b07471c7d1 100644 (file)
@@ -71,7 +71,8 @@ public:
     unsigned char* GetData(size_t frame) const;
     unsigned char* GetPalette(size_t frame) const;
     unsigned int GetNcolours(size_t frame) const;
-    int GetTransparentColour(size_t frame) const;
+    int GetTransparentColourIndex(size_t frame) const;
+    wxColour GetTransparentColour(size_t frame) const;
 
     virtual wxSize GetFrameSize(size_t frame) const;
     virtual wxPoint GetFramePosition(size_t frame) const;