# 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.     |


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://sparkar-community.gitbook.io/docs/shadersmodule/blendmode.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
