vectorWithString:
Create a Core Image vector object with values provided in a string representation.
Declaration
+ (instancetype) vectorWithString:(NSString *) representation;Parameters
- representation:
A string that is in one of the formats returned by the
stringRepresentationmethod.
Return Value
An autoreleased CIVector object.