public final class EmfPlusCompositingMode
extends com.aspose.ms.System.Enum
The CompositingMode enumeration defines modes for combining source colors with background colors. The compositing mode represents the enable state of alpha blending.
Modifier and Type | Field and Description |
---|---|
static byte |
CompositingModeSourceCopy
Disables alpha blending, which means that when a source color is rendered, it overwrites the background color.
|
static byte |
CompositingModeSourceOver
Enables alpha blending, which specifies that when a color is rendered, it is blended with the background color.
|
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 CompositingModeSourceOver
Enables alpha blending, which specifies that when a color is rendered, it is blended with the background color. The extent of blending is determined by the value of the alpha component of the color being rendered.
public static final byte CompositingModeSourceCopy
Disables alpha blending, which means that when a source color is rendered, it overwrites the background color.