BlendMode
The BlendMode enum describes the blending mode.
The BlendMode
enum describes the blending mode.
Values
Value | Description |
| Blends two colors using the Overlay blend mode. |
| Blends two colors using the Min blend mode. |
| Blends two colors using the Burn blend mode. |
| Blends two colors using the Dodge blend mode. |
| Blends two colors using the Max blend mode. |
| Blends two colors using the Divide blend mode. |
| Blends two colors using the Add blend mode. |
| Blends two colors using the PlusDarker blend mode. |
| Blends two colors using the Normal blend mode. |
| Blends two colors using the Subtract blend mode. |
| Blends two colors using the Difference blend mode. |
| Blends two colors using the Multiply blend mode. |
| Blends two colors using the Screen blend mode. |
Last updated