---
title: "applied(to:eventHandler:)"
framework: createmlcomponents
role: symbol
role_heading: Instance Method
path: "createmlcomponents/imageblur/applied(to:eventhandler:)"
---

# applied(to:eventHandler:)

Blurs an image using a disc-shaped convolution kernel.

## Declaration

```swift
func applied(to image: CIImage, eventHandler: EventHandler? = nil) -> CIImage
```

## Parameters

- `image`: An image.
- `eventHandler`: An event handler.

## Return Value

Return Value The blurry image.
