X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8746b63ff7aa254dc9f78469836861aa576e7d45..36a0190ebd5bd9a7302f60f6dcd608b80574e21c:/interface/wx/image.h diff --git a/interface/wx/image.h b/interface/wx/image.h index 864624d1dd..9ae1bb0a06 100644 --- a/interface/wx/image.h +++ b/interface/wx/image.h @@ -2,7 +2,6 @@ // Name: image.h // Purpose: interface of wxImageHandler and wxImage // Author: wxWidgets team -// RCS-ID: $Id$ // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// @@ -1356,7 +1355,7 @@ public: bool IsOk() const; /** - Returns @true if the given pixel is transparent, i.e. either has the mask + Returns @true if the given pixel is transparent, i.e.\ either has the mask colour if this image has a mask or if this image has alpha channel and alpha value of this pixel is strictly less than @a threshold. */