Contents

pixel(at:)

Returns the pixel data for the specified location in the image.

Declaration

func pixel(at point: NormalizedPoint) -> Float

Parameters

  • point:

    The image location in normalized coordinates.

Return Value

The pixel value of the image at the specified coordinate.