<div class='type'>Function</div>


<a id='references'></a>


<h2 id="blureffect-radiusx-radiusy-edgetreatment">BlurEffect</h2>

<div class='sourceset sourceset-common'>Common</div>


```kotlin
fun BlurEffect(radiusX: Float, radiusY: Float, edgeTreatment: TileMode = TileMode.Clamp) =
    BlurEffect(null, radiusX, radiusY, edgeTreatment)
```


Create a `BlurEffect` that implicitly blurs the contents of the `GraphicsLayerScope` it is
configured on