MaskShape
public struct MaskShape : XMLRepresentable
Undocumented
-
The parameters associated with the mask shape.
Declaration
Swift
public var parameters: [Parameter]
-
The name of the mask shape.
Declaration
Swift
public var name: String?
-
A Boolean value indicating whether the mask shape is enabled.
Declaration
Swift
public var isEnabled: Bool { get set }
-
The blend mode of the mask shape.
Declaration
Swift
public var blendMode: BlendMode { get set }
-
Initializes a new mask shape.
Declaration
Swift
public init(name: String? = nil, blendMode: BlendMode = .add)
Parameters
name
The name of the mask shape.
blendMode
The blend mode of the mask shape.