Contents

init(ciColor:)

Creates a color object that encapsulates a Core Image color.

Declaration

init(ciColor: CIColor)

Parameters

  • ciColor:

    The Core Image color to convert.

Return Value

An initialized color object.

See Also

Creating a color from another color object