Indicates whether LEADTOOLS should premultiply the alpha values when loading the image data.
public bool PremultiplyAlpha { get; set; }
Public Property PremultiplyAlpha As Boolean
@property (nonatomic, assign) BOOL premultiplyAlpha
public boolean getPremultiplyAlpha()
public void setPremultiplyAlph(boolean value)
true to premultiply the alpha values when loading the image data, false to load the image data as it is stored in the file.
The default value for this property is false in .NET.
This property is only used when loading PNG and PSD files that have alpha information.
When loading images for display purposes on platforms that expect image data to be in premultiplied alpha format, setting this property to true will result in proper image display (i.e. the transparency information will preserved).
When loading images for image processing purposes setting this property to false will load the image data as it is actually stored in the input file, for proper pixel data manipulation. You can then convert the image data to premultiplied alpha format for display using PremultiplyAlphaValuesCommand.
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