AdjustmentModel

public struct AdjustmentModel : Equatable

An AdjustmentModel holds information about the adjustments that should be applied to an image.

  • The brightness of the image.

    Declaration

    Swift

    public var brightness: Double
  • The contrast of the image.

    Declaration

    Swift

    public var contrast: Double
  • The shadow amount of the image.

    Declaration

    Swift

    public var shadows: Double
  • The highlights amount of the image.

    Declaration

    Swift

    public var highlights: Double
  • The exposure amount of the image.

    Declaration

    Swift

    public var exposure: Double
  • The clarity amount of the image.

    Declaration

    Swift

    public var clarity: Double
  • The saturation of the image.

    Declaration

    Swift

    public var saturation: Double
  • The gamma amount of the image.

    Declaration

    Swift

    public var gamma: Double
  • The blacks of the image.

    Declaration

    Swift

    public var blacks: Double
  • The whites of the image.

    Declaration

    Swift

    public var whites: Double
  • The temperature of the image.

    Declaration

    Swift

    public var temperature: Double
  • The sharpness of the image.

    Declaration

    Swift

    public var sharpness: Double