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