MaskIsolation

public struct MaskIsolation : XMLRepresentable

Undocumented

  • The data associated with the mask isolation.

    Declaration

    Swift

    public var data: KeyedData?
  • The parameters associated with the mask isolation.

    Declaration

    Swift

    public var parameters: [Parameter]
  • The name of the mask isolation.

    Declaration

    Swift

    public var name: String?
  • A Boolean value indicating whether the mask isolation is enabled.

    Declaration

    Swift

    public var isEnabled: Bool { get set }
  • The blend mode of the mask isolation.

    Declaration

    Swift

    public var blendMode: BlendMode { get set }
  • Initializes a new mask isolation.

    Declaration

    Swift

    public init(name: String? = nil, blendMode: BlendMode = .multiply)

    Parameters

    name

    The name of the mask isolation.

    blendMode

    The blend mode of the mask isolation.