EmfBlendFunction.AlphaFormatEnum

EmfBlendFunction.AlphaFormatEnum enumeration

A structure that specifies how source and destination pixels are interpreted with respect to alpha transparency.

public enum AlphaFormatEnum : byte

Values

NameValueDescription
NotTransparency0The 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.
AC_SRC_ALPHA1Indicates that the source bitmap is 32 bits-per-pixel and specifies an alpha transparency value for each pixel.

See Also