Applies the alpha value of each pixel to its color components.
The aplha value stays unchanged.
Only works with 32-bits color depth.
Namespace:
FreeImageAPIAssembly: FreeImageNET (in FreeImageNET.dll)
Syntax
C# |
---|
public bool PreMultiplyWithAlpha() |
Visual Basic (Declaration) |
---|
Public Function PreMultiplyWithAlpha As Boolean |
Visual C++ |
---|
public: bool PreMultiplyWithAlpha() |