update blur docs (#377)

* update blur docs

* update to latest changes

* update to latest changes
This commit is contained in:
Visual-Dawg 2023-11-06 20:49:12 +02:00 committed by GitHub
parent 2534668fa6
commit c86e8b55cd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -107,6 +107,8 @@ _Subcategory `decoration:blur:`_
| noise | how much noise to apply. 0.0 - 1.0 | float | 0.0117 |
| contrast | contrast modulation for blur. 0.0 - 2.0 | float | 0.8916 |
| brightness | brightness modulation for blur. 0.0 - 2.0 | float | 0.8172 |
| vibrancy | Increase saturation of blurred colors. 0.0 - 1.0 | float | 0.0 |
| vibrancy_darkness | How strong the effect of `vibrancy` is on dark areas . 0.0 - 1.0 | float | 0.0 |
| special | whether to blur behind the special workspace (note: expensive) | bool | false |
{{< hint type=important >}}