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