Enum BlendingMode
BlendingMode enumeration
The blending mode
public enum BlendingMode
Values
| Name | Value | Description |
|---|---|---|
| Normal | 0 | The normal |
| Multiply | 1 | The multiply |
| Screen | 2 | The screen |
| Overlay | 3 | The overlay |
| Darken | 4 | The darken |
| Lighten | 5 | The lighten |
| ColorDodge | 6 | The color dodge |
| ColorBurn | 7 | The color burn |
| HardLight | 8 | The hard light |
| SoftLight | 9 | The soft light |
| Difference | 10 | The difference |
| Exclusion | 11 | The exclusion |
| Hue | 12 | The hue mode |
| Saturation | 13 | The saturation |
| Color | 14 | The color mode |
| Luminosity | 15 | The luminosity |
See Also
- namespace Aspose.Imaging.ImageFilters.FilterOptions
- assembly Aspose.Imaging