AdjustTool

@objc
public enum AdjustTool : Int

The tools that can be used in an instance of AdjustToolController.

  • Change the brightness of the image.

    Declaration

    Swift

    case brightness
  • Change the contrast of the image.

    Declaration

    Swift

    case contrast
  • Change the saturation of the image.

    Declaration

    Swift

    case saturation
  • Change the shadows of the image.

    Declaration

    Swift

    case shadows
  • Change the highlights of the image.

    Declaration

    Swift

    case highlights
  • Change the exposure of the image.

    Declaration

    Swift

    case exposure
  • Change the clarity of the image.

    Declaration

    Swift

    case clarity
  • Change the gamma of the image.

    Declaration

    Swift

    case gamma
  • Change the blacks of the image.

    Declaration

    Swift

    case blacks
  • Change the whites of the image.

    Declaration

    Swift

    case whites
  • Change the temperature of the image.

    Declaration

    Swift

    case temperature
  • Change the sharpness of the image.

    Declaration

    Swift

    case sharpness