OverlayModel

public struct OverlayModel : Equatable
extension OverlayModel: ObjectiveCBridgeable

An OverlayModel holds information about the overlay that should be applied to an image.

  • The identifier of the effect filter to apply to the image.

    Declaration

    Swift

    public var identifier: String
  • The blend mode that is use to apply the overlay image.

    Declaration

    Swift

    public var blendMode: BlendMode
  • A value between 0 and 1, that determins the intensity that is used to render the overlay.

    Declaration

    Swift

    public var intensity: Double