> For the complete documentation index, see [llms.txt](https://docs.roboflow.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.roboflow.com/datasets/dataset-versions/image-augmentation/augmentation-types/exposure-augmentation.md).

# Exposure Augmentation

Adjust the gamma exposure of an image to be brighter or darker. This adds variability to image exposure to help your model be more resilient to lighting and camera setting changes.

* Percent: Select the percent up to which an image will be randomly brightened or darkened. Up to 100 percent bright (completely white) or 100 percent dark (completely black).

## Example

<figure><img src="/files/ufNS2MakqYkLUS9g2SLi" alt=""><figcaption><p>Original Image</p></figcaption></figure>

<figure><img src="/files/R7FSxSwbsFOEln7GV8xf" alt=""><figcaption><p>Exposure Augmentation with -10% Brightness</p></figcaption></figure>

<figure><img src="/files/E1uSux5a8z8EX0MfLMTe" alt=""><figcaption><p>Exposure Augmentation with +10% Brightness</p></figcaption></figure>

## FAQ

<details>

<summary>How does exposure differ from brightness?</summary>

Exposure simulates how much light the sensor "received" — similar to adjusting ISO or shutter speed in a camera.

Exposure augmentation is more faithful to real-world lighting. Bright areas get brighter faster than dark areas, preserving the image’s tonal relationships more naturally.

</details>
