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:
@@ -64,7 +64,7 @@ enum wxImageResizeQuality
|
|||||||
/**
|
/**
|
||||||
Constants for wxImage::Paste() for specifying alpha blending option.
|
Constants for wxImage::Paste() for specifying alpha blending option.
|
||||||
|
|
||||||
@since 3.2.0
|
@since 3.1.5
|
||||||
*/
|
*/
|
||||||
enum wxImageAlphaBlendMode
|
enum wxImageAlphaBlendMode
|
||||||
{
|
{
|
||||||
@@ -822,7 +822,7 @@ public:
|
|||||||
Takes care of the mask colour and out of bounds problems.
|
Takes care of the mask colour and out of bounds problems.
|
||||||
|
|
||||||
@param alphaBlend
|
@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
|
of the original image replace (default) or are composed with the
|
||||||
alpha channel of this image. Notice that alpha blending overrides
|
alpha channel of this image. Notice that alpha blending overrides
|
||||||
the mask handling.
|
the mask handling.
|
||||||
|
Reference in New Issue
Block a user