convert(to:)
Converts the contents of an 8-bit, four-plane pixel buffer to a four-channel interleaved pixel buffer.
Declaration
func convert(to destination: vImage.PixelBuffer<vImage.Interleaved8x4>)Parameters
- destination:
The destination pixel buffer.