BlendMode Enumeration
The layer blend mode.
Module: aspose.psd.fileformats.core.blending
Full Name: aspose.psd.fileformats.core.blending.BlendMode
Aspose.PSD Version: 24.12.0
Members
| Member name | Description |
|---|---|
| ABSENT | Blend mode is absent or not set yet. |
| COLOR | Color blend mode. |
| COLOR_BURN | Color burn blend mode. |
| COLOR_DODGE | Color dodge blend mode. |
| DARKEN | Darken blend mode. |
| DARKER_COLOR | Darker color blend mode. |
| DIFFERENCE | Difference blend mode. |
| DISSOLVE | Dissolve blend mode. |
| DIVIDE | Divide blend mode. |
| EXCLUSION | Exclusion blend mode. |
| HARD_LIGHT | Hard light blend mode. |
| HARD_MIX | Hard mix blend mode. |
| HUE | Hue blend mode. |
| LIGHTEN | Lighten blend mode. |
| LIGHTER_COLOR | Lighter color blend mode. |
| LINEAR_BURN | Linear burn blend mode. |
| LINEAR_DODGE | Linear dodge blend mode. |
| LINEAR_LIGHT | Linear light blend mode. |
| LUMINOSITY | Luminosity blend mode. |
| MULTIPLY | Multiply blend mode. |
| NORMAL | Normal blend mode. |
| OVERLAY | Overlay blend mode. |
| PASS_THROUGH | Pass through blend mode. |
| PIN_LIGHT | Pin light blend mode. |
| SATURATION | Saturation blend mode. |
| SCREEN | Screen blend mode. |
| SOFT_LIGHT | Soft light blend mode. |
| SUBTRACT | Subtract blend mode. |
| VIVID_LIGHT | Vivid light blend mode. |