Contents

init(planarBuffers:pixelFormat:)

Returns an initialized buffer by copying the specified planar buffers.

Declaration

init(planarBuffers: [vImage.PixelBuffer<Format.PlanarPixelFormat>], pixelFormat: Format.Type = Format.self)

Parameters

  • planarBuffers:

    An array that contains the source planar buffers.

  • pixelFormat:

    The pixel format of the initialized buffer.

Discussion