Skip to main content
PESDK/Android/Guides/Adjustments

Adjustments

The Adjustment toolset of PhotoEditor SDK for Android offers essential and advanced editing functions like Brightness, Contrast, Saturation or Exposure.

Adjustments tool

Our adjustment tool is our swiss army knife for image optimization. It offers essential functions like brightness and contrast while allowing more expert users to fine-tune highlights, shadows and clarity.

The tool is implemented in the AdjustToolPanel class and the backend settings are implemented in the ColorAdjustmentSettings class.

NOTE: Adjustment tool requires the ui:adjustment module. Refer to our documentation on how to include the module in your project.

The default toolset consists of:

  1. Brightness
  2. Contrast
  3. Saturation
  4. Clarity
  5. Shadows
  6. Highlights
  7. Exposure
  8. Gamma
  9. Blacks
  10. Whites
  11. Sharpness
  12. Temperature

The list of default tools can be obtained using SettingsList[UiConfigAdjustment::class].optionList. To change the available tools or their order, refer to the next section.