public final class BlendMode
extends com.aspose.ms.System.Enum
The layer blend mode.
Modifier and Type | Field and Description |
---|---|
static long |
Color
Color blend mode.
|
static long |
ColorBurn
Color burn blend mode.
|
static long |
ColorDodge
Color dodge blend mode.
|
static long |
Darken
Darken blend mode.
|
static long |
DarkerColor
Darker color blend mode.
|
static long |
Difference
Difference blend mode.
|
static long |
Dissolve
Dissolve blend mode.
|
static long |
Divide
Divide blend mode.
|
static long |
Exclusion
Exclusion blend mode.
|
static long |
HardLight
Hard light blend mode.
|
static long |
HardMix
Hard mix blend mode.
|
static long |
Hue
Hue blend mode.
|
static long |
Lighten
Lighten blend mode.
|
static long |
LighterColor
Lighter color blend mode.
|
static long |
LinearBurn
Linear burn blend mode.
|
static long |
LinearDodge
Linear dodge blend mode.
|
static long |
LinearLight
Linear light blend mode.
|
static long |
Luminosity
Luminosity blend mode.
|
static long |
Multiply
Multiply blend mode.
|
static long |
Normal
Normal blend mode.
|
static long |
Overlay
Overlay blend mode.
|
static long |
PassThrough
Pass through blend mode.
|
static long |
PinLight
Pin light blend mode.
|
static long |
Saturation
Saturation blend mode.
|
static long |
Screen
Screen blend mode.
|
static long |
SoftLight
Soft light blend mode.
|
static long |
Subtract
Subtract blend mode.
|
static long |
VividLight
Vivid light blend mode.
|
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 long Normal
Normal blend mode.
public static final long Darken
Darken blend mode.
public static final long Lighten
Lighten blend mode.
public static final long Hue
Hue blend mode.
public static final long Saturation
Saturation blend mode.
public static final long Color
Color blend mode.
public static final long Luminosity
Luminosity blend mode.
public static final long Multiply
Multiply blend mode.
public static final long Screen
Screen blend mode.
public static final long Dissolve
Dissolve blend mode.
public static final long Overlay
Overlay blend mode.
public static final long HardLight
Hard light blend mode.
public static final long SoftLight
Soft light blend mode.
public static final long Difference
Difference blend mode.
public static final long Exclusion
Exclusion blend mode.
public static final long ColorDodge
Color dodge blend mode.
public static final long ColorBurn
Color burn blend mode.
public static final long LinearBurn
Linear burn blend mode.
public static final long LinearDodge
Linear dodge blend mode.
public static final long VividLight
Vivid light blend mode.
public static final long LinearLight
Linear light blend mode.
public static final long PinLight
Pin light blend mode.
public static final long HardMix
Hard mix blend mode.
public static final long PassThrough
Pass through blend mode.
public static final long DarkerColor
Darker color blend mode.
public static final long LighterColor
Lighter color blend mode.
public static final long Subtract
Subtract blend mode.
public static final long Divide
Divide blend mode.