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.
Creates a color object that encapsulates a Core Image color.
init(ciColor: CIColor)The Core Image color to convert.
An initialized color object.