Contents

vectorWithValues:count:

Create a Core Image vector object that is initialized with the specified values.

Declaration

+ (instancetype) vectorWithValues:(const CGFloat *) values count:(size_t) count;

Parameters

  • values:

    The pointer CGFloat values to initialize the vector with.

  • count:

    The number of CGFloats specified by the values parameter.

Return Value

An autoreleased CIVector object of length count.

See Also

Creating a Vector