convert(to:)
Converts the contents of the floating-point 16-bit-per-channel, 4-channel interleaved pixel buffer to 32-bit-per-channel format.
Declaration
func convert(to destination: vImage.PixelBuffer<vImage.InterleavedFx4>)Parameters
- destination:
The destination pixel buffer.