> For the complete documentation index, see [llms.txt](https://sparkar-community.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://sparkar-community.gitbook.io/docs/shadersmodule/blendmode.md).

# BlendMode

The `BlendMode` enum describes the blending mode.

### Values <a href="#values" id="values"></a>

| Value        | Description                                        |
| ------------ | -------------------------------------------------- |
| `OVERLAY`    | Blends two colors using the Overlay blend mode.    |
| `MIN`        | Blends two colors using the Min blend mode.        |
| `BURN`       | Blends two colors using the Burn blend mode.       |
| `DODGE`      | Blends two colors using the Dodge blend mode.      |
| `MAX`        | Blends two colors using the Max blend mode.        |
| `DIVIDE`     | Blends two colors using the Divide blend mode.     |
| `ADD`        | Blends two colors using the Add blend mode.        |
| `PLUSDARKER` | Blends two colors using the PlusDarker blend mode. |
| `NORMAL`     | Blends two colors using the Normal blend mode.     |
| `SUBTRACT`   | Blends two colors using the Subtract blend mode.   |
| `DIFFERENCE` | Blends two colors using the Difference blend mode. |
| `MULTIPLY`   | Blends two colors using the Multiply blend mode.   |
| `SCREEN`     | Blends two colors using the Screen blend mode.     |
