# Blur

You can apply blur effect to widgets.

<div align="left"><img src="/files/-MIxukOxHmosD2vCdioJ" alt=""></div>

## Overall blur

1. Select widget
2. Open Style Inspector
3. Set blur in Blur size field

## Blur mask

Blur widget by alpha channel of image, so opaque areas are blurred, transparent areas are unblurred, and semi transparent areas appear in various levels of blur.

To add blur mask:

1. Select widget
2. Open Style Inspector
3. Click Blur mask and select image file


---

# 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.flipabit.dev/style/blur.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.
