Contents

reflect(over:destination:)

Reflects an 8-bit planar pixel buffer over a horizontal or vertical axis.

Declaration

func reflect(over axis: vImage.ReflectionAxis, destination: vImage.PixelBuffer<Format>)

Parameters

  • axis:

    The reflection axis.

  • destination:

    The destination pixel buffer.

See Also

Related Documentation

Reflecting images