FreeImage.NET Class Library Reference
FreeImageBitmapPreMultiplyWithAlpha Method |
Applies the alpha value of each pixel to its color components.
The aplha value stays unchanged.
Only works with 32-bits color depth.
Namespace: FreeImageAPI
Assembly: FreeImageNET (in FreeImageNET.dll) Version: 3.17.0.4 (3.17.0)
Syntax
C#
public bool PreMultiplyWithAlpha()
Return Value
Type: BooleanReturns true on success, false on failure.
See Also