Contents

copy(to:)

Copies the contents of the pixel buffer to another pixel buffer.

Declaration

func copy(to destinationBuffer: vImage.PixelBuffer<Format>)

Parameters

  • destinationBuffer:

    The destination pixel buffer.

See Also

Pixel buffer methods