init(string:)
Initialize a Core Image vector object with values provided in a string representation.
Declaration
convenience init(string representation: String)Parameters
- representation:
A string that is in one of the formats returned by the
stringRepresentationmethod.
Return Value
An initialized CIVector object.