Blend

public struct Blend : XMLRepresentable

Modifies the compositing blend mode and opacity percentage of the visible image.

  • The parameters of the blend adjustment.

    Declaration

    Swift

    public var parameters: [Parameter]
  • The reserved field of the blend adjustment.

    Declaration

    Swift

    public var reserved: String?
  • The amount of the blend adjustment, from 0.0 to 1.0.

    Declaration

    Swift

    public var amount: Double { get set }
  • The mode of the blend adjustment.

    Declaration

    Swift

    public var mode: String?
  • Initializes a new blend adjustment.

    Declaration

    Swift

    public init(mode: String? = nil, amount: Double = 1.0)

    Parameters

    mode

    The mode of the blend adjustment.

    amount

    The amount of the blend adjustment.