init(radius:)
Creates a transformer that blurs an image.
Declaration
init(radius: Double)Parameters
- radius:
The radius determines how many pixels are used to create the blur. The larger the radius, the blurrier the result.
Creates a transformer that blurs an image.
init(radius: Double)The radius determines how many pixels are used to create the blur. The larger the radius, the blurrier the result.