Contents

init(ciImage:)

Initializes and returns an image object with the specified Core Image object.

Declaration

init(ciImage: CIImage)

Parameters

  • ciImage:

    The Core Image object.

Return Value

An initialized UIImage object. In Objective-C, this method returns nil if the ciImage parameter is nil.

See Also

Creating and initializing image objects