init(values:count:)
Initialize a Core Image vector object with the specified the values.
Declaration
init(values: UnsafePointer<CGFloat>, count: Int)Parameters
- values:
A pointer
CGFloatvalues for vector. - count:
The number of
CGFloatsspecified by thevaluesparameter.
Return Value
An initialized CIVector object of length count.