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.
An edge mode that uses the background color for missing pixels.
case fill(backgroundColor: PixelType)The background color.