public static final class EmfBlendFunction.AlphaFormatEnum
extends com.aspose.ms.System.Enum
A structure that specifies how source and destination pixels are interpreted with respect to alpha transparency.
Modifier and Type | Field and Description |
---|---|
static byte |
AC_SRC_ALPHA
Indicates that the source bitmap is 32 bits-per-pixel and specifies an alpha
transparency value for each pixel.
|
static byte |
NotTransparency
The pixels in the source bitmap do not specify alpha transparency.
|
Clone, CloneTo, format, format, get_Caption, get_Value, getName, getName, getNames, getNames, getNames, getUnderlyingType, getUnderlyingType, getValue, getValues, getValues, getValues, isDefined, isDefined, isDefined, isDefined, parse, parse, parse, parse, register, toObject, toString
public static final byte NotTransparency
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.
public static final byte AC_SRC_ALPHA
Indicates that the source bitmap is 32 bits-per-pixel and specifies an alpha transparency value for each pixel.