public final class FillBlendMode
extends com.aspose.ms.System.Enum
Determines blend mode.
Modifier and Type | Field and Description |
---|---|
static int |
Darken
Darken blend mode.
|
static int |
Lighten
Lighten blend mode.
|
static int |
Multiply
Multiply blend mode.
|
static int |
Overlay
Overlay blend mode.
|
static int |
Screen
Screen blend mode.
|
Clone, CloneTo, format, format, get_Caption, get_Value, getName, getName, getNames, getNames, getUnderlyingType, getUnderlyingType, getValue, getValues, isDefined, isDefined, isDefined, isDefined, parse, parse, parse, parse, register, toObject, toString
public static final int Darken
Darken blend mode.
public static final int Lighten
Lighten blend mode.
public static final int Multiply
Multiply blend mode.
public static final int Overlay
Overlay blend mode.
public static final int Screen
Screen blend mode.