Skip to content

BlurredMask

PingAK9 edited this page Nov 26, 2020 · 1 revision

BlurredMask

public struct BlurredMask: GraphicsDrawing

Inheritance

GraphicsDrawing

Initializers

init(paths:)

public init(paths: [DrawnPathInRect])

Properties

paths

var paths: [DrawnPathInRect]

Methods

draw(in:canvasSize:)

public func draw(in context: CGContext, canvasSize: CGSize)

blur(image:)

public static func blur(image: CIImage) -> CIImage?
Clone this wiki locally