X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/72045d5768a126191a907bc640c28e81a11afdd6..bc07ab17bf5370f452e899128bf89cc7ca7b98f0:/include/wx/gifdecod.h diff --git a/include/wx/gifdecod.h b/include/wx/gifdecod.h index 346ae800b9..2fdcdd39f9 100644 --- a/include/wx/gifdecod.h +++ b/include/wx/gifdecod.h @@ -1,5 +1,5 @@ ///////////////////////////////////////////////////////////////////////////// -// Name: gifdecod.h +// Name: wx/gifdecod.h // Purpose: wxGIFDecoder, GIF reader for wxImage and wxAnimation // Author: Guillermo Rodriguez Garcia // Version: 3.02 @@ -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; @@ -113,4 +114,3 @@ private: #endif // wxUSE_STREAM && wxUSE_GIF #endif // _WX_GIFDECOD_H -