Mark wxImageAlphaBlendMode as being new since 3.1.5

It doesn't matter much, but it, and the corresponding parameter, will be
available in this version and not (only) in 3.2.0.
This commit is contained in:
Vadim Zeitlin
2020-09-25 01:09:47 +02:00
parent 6e8da8641c
commit 451ed78dcd

View File

@@ -64,7 +64,7 @@ enum wxImageResizeQuality
/**
Constants for wxImage::Paste() for specifying alpha blending option.
@since 3.2.0
@since 3.1.5
*/
enum wxImageAlphaBlendMode
{
@@ -822,7 +822,7 @@ public:
Takes care of the mask colour and out of bounds problems.
@param alphaBlend
This parameter (new in wx 3.2.0) determines whether the alpha values
This parameter (new in wx 3.1.5) determines whether the alpha values
of the original image replace (default) or are composed with the
alpha channel of this image. Notice that alpha blending overrides
the mask handling.