NeutralModelValues

public struct NeutralModelValues

The values in this struct represent the identity value for certain values in the PhotoEditModel.

  • Identity value for properties that use Strings.

    Declaration

    Swift

    public static let none: String
  • The identity value for the auto enhancement option (false).

    Declaration

    Swift

    public static let autoEnhancementOperation: Bool
  • The identity value for adjustments.

    Declaration

    Swift

    public static let adjustments: CGFloat
  • The identity value for alpha.

    Declaration

    Swift

    public static let alpha: CGFloat
  • The identity values for filters.

    See more

    Declaration

    Swift

    public struct Filter
  • The identity values for overlays.

    See more

    Declaration

    Swift

    public struct Overlay
  • The identity values for orientation.

    See more

    Declaration

    Swift

    public struct Orientation