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

# applied(to:eventHandler:)

Performs the image color transformation operation on 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 The color transformed image.
