Contents

interleave(destination:)

Interleaves the 32-bit-per-channel, three-channel multiple-plane buffer and writes the result to an interleaved pixel buffer.

Declaration

func interleave(destination: vImage.PixelBuffer<vImage.InterleavedFx3>)

Parameters

  • destination:

    The destination pixel buffer.

Discussion

Use this function to interleave a buffer and overwrite an interleaved buffer with a copy of the source channels.

See Also

Interleaving pixel buffers