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

# applied(to:eventHandler:)

Adjusts the exposure of the input image.

## Declaration

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

## Parameters

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

## Return Value

Return Value An image with adjusted exposure.
