VESDK/React Native/Guides/Adjustments
Adjustments
The Adjustment toolset of VideoEditor SDK for React Native 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 can be configured using the configuration.adjustment
interface as described in the configuration section. Using these options you can configure the sliders and buttons and react to changes to the sliders.
The default toolset consists of:
- Brightness
- Contrast
- Saturation
- Clarity
- Shadows
- Highlights
- Exposure
In order to change the available tools or their order, you have to set an array of AdjustmentTool
values to the items
property.
For an example of how to configure this tool refer to the next section.