BlendingMode

Inheritance: java.lang.Object, java.lang.Enum

public enum BlendingMode extends Enum<BlendingMode>

The blending mode

Fields

FieldDescription
NORMALThe normal
MULTIPLYThe multiply
SCREENThe screen
OVERLAYThe overlay
DARKENThe darken
LIGHTENThe lighten
COLOR_DODGEThe color dodge
COLOR_BURNThe color burn
HARD_LIGHTThe hard light
SOFT_LIGHTThe soft light
DIFFERENCEThe difference
EXCLUSIONThe exclusion
HUEThe hue mode
SATURATIONThe saturation
COLORThe color mode
LUMINOSITYThe luminosity

Methods

MethodDescription
values()
valueOf(String name)
get(int value)

NORMAL

public static final BlendingMode NORMAL

The normal

MULTIPLY

public static final BlendingMode MULTIPLY

The multiply

SCREEN

public static final BlendingMode SCREEN

The screen

OVERLAY

public static final BlendingMode OVERLAY

The overlay

DARKEN

public static final BlendingMode DARKEN

The darken

LIGHTEN

public static final BlendingMode LIGHTEN

The lighten

COLOR_DODGE

public static final BlendingMode COLOR_DODGE

The color dodge

COLOR_BURN

public static final BlendingMode COLOR_BURN

The color burn

HARD_LIGHT

public static final BlendingMode HARD_LIGHT

The hard light

SOFT_LIGHT

public static final BlendingMode SOFT_LIGHT

The soft light

DIFFERENCE

public static final BlendingMode DIFFERENCE

The difference

EXCLUSION

public static final BlendingMode EXCLUSION

The exclusion

HUE

public static final BlendingMode HUE

The hue mode

SATURATION

public static final BlendingMode SATURATION

The saturation

COLOR

public static final BlendingMode COLOR

The color mode

LUMINOSITY

public static final BlendingMode LUMINOSITY

The luminosity

values()

public static BlendingMode[] values()

Returns: com.aspose.imaging.imagefilters.filteroptions.BlendingMode[]

valueOf(String name)

public static BlendingMode valueOf(String name)

Parameters:

ParameterTypeDescription
namejava.lang.String

Returns: BlendingMode

get(int value)

public static BlendingMode get(int value)

Parameters:

ParameterTypeDescription
valueint

Returns: BlendingMode