wxImage::ConvertToBitmap() doesn't exist anymore
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@57436 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -532,13 +532,6 @@ public:
|
|||||||
*/
|
*/
|
||||||
bool ConvertAlphaToMask(unsigned char threshold = wxIMAGE_ALPHA_THRESHOLD);
|
bool ConvertAlphaToMask(unsigned char threshold = wxIMAGE_ALPHA_THRESHOLD);
|
||||||
|
|
||||||
/**
|
|
||||||
@deprecated
|
|
||||||
Use the equivalent @ref wxBitmap::wxBitmap "wxBitmap constructor"
|
|
||||||
(which takes wxImage and depth as its arguments) instead.
|
|
||||||
*/
|
|
||||||
wxBitmap ConvertToBitmap() const;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
Returns a greyscale version of the image.
|
Returns a greyscale version of the image.
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user