Contents

vImage.EdgeMode.fill(backgroundColor:)

An edge mode that uses the background color for missing pixels.

Declaration

case fill(backgroundColor: PixelType)

Parameters

  • backgroundColor:

    The background color.

See Also

Enumeration Cases