Contents

applied(to:eventHandler:)

Performs the image color transformation operation on the input image.

Declaration

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

Parameters

  • image:

    An image.

  • eventHandler:

    An event handler.

Return Value

The color transformed image.