X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/198c264dbcf226b5df0eed219aef30d6fdc38a71..ebfee17940b5123d0527b63bcf23e5f27002092e:/include/wx/image.h diff --git a/include/wx/image.h b/include/wx/image.h index e0e05f67e2..cb602383d1 100644 --- a/include/wx/image.h +++ b/include/wx/image.h @@ -451,6 +451,7 @@ public: bool HasAlpha() const { return GetAlpha() != NULL; } void SetAlpha(unsigned char *alpha = NULL, bool static_data=false); void InitAlpha(); + void ClearAlpha(); // return true if this pixel is masked or has alpha less than specified // threshold