X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/732d8c74f805e35cd398711fcd3969c4c668e259..ed8efd46d9c8fa3bf5d10b2a6efd295a6dd71bdb:/interface/wx/bitmap.h?ds=inline diff --git a/interface/wx/bitmap.h b/interface/wx/bitmap.h index 1d2b8b81f8..913d530e9e 100644 --- a/interface/wx/bitmap.h +++ b/interface/wx/bitmap.h @@ -498,6 +498,12 @@ public: */ wxSize GetSize() const; + /** + Returns disabled (dimmed) version of the bitmap. + @since 2.9.0 + */ + wxBitmap ConvertToDisabled(unsigned char brightness = 255) const; + /** Gets the width of the bitmap in pixels.