# --blend

<mark style="color:blue;">**--blend**</mark>: This parameter allows you to adjust the level of blending applied to the base image. Specify a value between 0 and 1, with up to three decimal places of precision.&#x20;

For instance, `--blend 0.050` sets the blending level to <mark style="color:green;">**5%**</mark>, determining how much the base image is blended to make room for the QR code and artistic elements.

Experiment with different shape values to achieve the desired level of fidelity and artistic expression in your QR Art. Whether you want to emphasize the shape of a face, an object, or create abstract designs, adjusting the shape value allows for greater control over the final outcome.

<table><thead><tr><th width="223.33333333333331"></th><th width="173">Output</th><th width="332">Prompt</th></tr></thead><tbody><tr><td>Base Image</td><td><img src="/files/vjuEX1bnOjuDGE1YgFvt" alt=""></td><td></td></tr><tr><td>--blend = 0.05 (default)</td><td><img src="/files/qRTzPc6fCov2MQv997am" alt=""></td><td>snow --iw (1,1,0:100) --qrw (0.8,0.9) --blend <mark style="color:blue;"><strong>0.05</strong></mark> --seed 7376596062157470</td></tr><tr><td>--blend = 0.1</td><td><img src="/files/0gyn2Fnj6copFqtR92N6" alt=""></td><td>snow --iw (1,1,0:100) --qrw (0.8,0.9) --blend <mark style="color:blue;"><strong>0.1</strong></mark> --steps 16 --seed 7376596062157470</td></tr><tr><td>--blend = 0.5</td><td><img src="/files/Vo2Jo4hcftlnxpKWxEeW" alt=""></td><td>snow --iw (1,1,0:100) --qrw (0.8,0.9) --blend <mark style="color:blue;"><strong>0.5</strong></mark> --steps 16 --seed 7376596062157470</td></tr><tr><td>--blend = 1</td><td><img src="/files/zvnbiXcpnQh5qqBs0kzu" alt=""></td><td>snow --iw (1,1,0:100) --qrw (0.8,0.9) --blend <mark style="color:blue;"><strong>1</strong></mark> --steps 16 --seed 7376596062157470</td></tr></tbody></table>

## Color


---

# 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://docs.quickqr.art/user-guide/parameter-list/blend.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.
