---
title: "init(radius:)"
framework: createmlcomponents
role: symbol
role_heading: Initializer
path: "createmlcomponents/imageblur/init(radius:)"
---

# init(radius:)

Creates a transformer that blurs an image.

## Declaration

```swift
init(radius: Double)
```

## Parameters

- `radius`: The radius determines how many pixels are used to create the blur. The larger the radius, the blurrier the result.
