EffectFilterModel

public struct EffectFilterModel : Equatable

An EffectFilterModel holds information about the effect 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 intensity of the effect filter.

    Declaration

    Swift

    public var intensity: Double