BlendingMode
Contents
[
Hide
]Inheritance: java.lang.Object, java.lang.Enum
public enum BlendingMode extends Enum<BlendingMode>
The blending mode
Fields
| Field | Description |
|---|---|
| NORMAL | The normal |
| MULTIPLY | The multiply |
| SCREEN | The screen |
| OVERLAY | The overlay |
| DARKEN | The darken |
| LIGHTEN | The lighten |
| COLOR_DODGE | The color dodge |
| COLOR_BURN | The color burn |
| HARD_LIGHT | The hard light |
| SOFT_LIGHT | The soft light |
| DIFFERENCE | The difference |
| EXCLUSION | The exclusion |
| HUE | The hue mode |
| SATURATION | The saturation |
| COLOR | The color mode |
| LUMINOSITY | The luminosity |
Methods
| Method | Description |
|---|---|
| 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:
| Parameter | Type | Description |
|---|---|---|
| name | java.lang.String |
Returns: BlendingMode
get(int value)
public static BlendingMode get(int value)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | int |
Returns: BlendingMode