Skip to main content
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.

Adjustments tool

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:

  1. Brightness
  2. Contrast
  3. Saturation
  4. Clarity
  5. Shadows
  6. Highlights
  7. 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.