---
metadata:
  - name: generator
    content: Diplodoc Platform v5.50.3
alternate:
  - https://divkit.tech/docs/en/concepts/divs/2/div-blur.md
  - https://divkit.tech/docs/ru/concepts/divs/2/div-blur.md
---
> **Documentation Index:** Fetch the complete configuration index at https://divkit.tech/docs/en/llms.txt

# div-blur
Gaussian image blur.

## Parameters
| Parameters | Description |
| --- | --- |
| `radius` | <p>**int**</p><p>Required parameter.</p><p>Blur radius. Defines how many pixels blend into each other. Specified in: `dp`.</p><p>Restriction for the value `x`: `x >= 0`.</p> |
| `type` | <p>**string**</p><p>Required parameter.</p><p>The value must always be `blur`.</p> |

<details>
<summary>JSON</summary>

```json
{
  type*: "blur",
  radius*: "int"
}
```
</details>
