VESDK/Android/Guides/Adjustments
Adjustments
The Adjustment toolset of VideoEditor SDK for Android offers essential and advanced editing functions like Brightness, Contrast, Saturation or Exposure.
Our adjustment tool is our swiss army knife for video 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:
- Brightness
- Contrast
- Saturation
- Clarity
- Shadows
- Highlights
- Exposure
- Gamma
- Blacks
- Whites
- Sharpness
- 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.