Enum EmfBlendFunction.AlphaFormatEnum
Enum EmfBlendFunction.AlphaFormatEnum
Namespace: Aspose.Imaging.FileFormats.Emf.Emf.Records
Assembly: Aspose.Imaging.dll (25.2.0)
A structure that specifies how source and destination pixels are interpreted with respect to alpha transparency.
public enum EmfBlendFunction.AlphaFormatEnum : byte
Fields
AC_SRC_ALPHA = 1
Indicates that the source bitmap is 32 bits-per-pixel and specifies an alpha transparency value for each pixel.
NotTransparency = 0
The pixels in the source bitmap do not specify alpha transparency. In this case, the SrcConstantAlpha value determines the blend of the source and destination bitmaps. Note that in the following equations SrcConstantAlpha is divided by 255, which produces a value in the range 0 to 1.