public bool AlphaBlend { get; set; }
@property (nonatomic, assign) BOOL AlphaBlend
public boolean getAlphaBlend();
public void setAlphaBlend(
boolean booleanValue
);
AlphaBlend # get and set (RasterImage)
true if AlphaBlend should be used; false, otherwise.
This property only applies to 32-bit images. This property is used mainly with WebP animations.
This property is set automatically when you load animated WebP files. Consider enabling this property when creating a WebP animation and would like to specify whether this frame should be combined with the background using an alpha blend operation. WebP animations use alpha blending to implement transparency or translucency. When a frame has transparent pixels, the alpha values for the transparent pixels are set to 0 and the AlphaBlend flag for the frame is turned on.
When you are creating an animation and you have transparent pixels for one of the frames, you would set the alpha values for those pixels to 0 and the AlphaBlend property to true.
This property is used internally while LEADTOOLS paints an animation using RasterImageAnimator.Process.
If you are not doing low level animation work, you may leave this property unchanged.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document