Contents

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 stringRepresentation method.

Return Value

An autoreleased CIVector object.

See Also

Creating a Vector