# Color Correction

{% embed url="<https://vimeo.com/433602336>" %}
Color Correction Overview
{% endembed %}

## Description

The Color Correction module allows users to perform color grading on image-based Clips that were previously imported in PHOTON. Color grading is a process that lets you correct images or create artistic effects by modifying visual parameters.

{% hint style="info" %}
**OPEN THE COLOR CORRECTION MODULE**\
Select {Show > Color Correction} or press \[Alt+G].
{% endhint %}

## Features

* Three-Way Correction Tools
* Brightness and Contrast
* HSL, Gamma and Gain Tools
* Invert
* Levels
* Color Curves
* Color Looks
* Original Preview and Modified Preview

## Related documentation

{% embed url="<https://docs.vyv.ca/user-guide/4.-programming-a-show/color-correction-module>" %}
User Guide / 4. Programming a Show / 4. Color Correction
{% endembed %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.vyv.ca/modules/color-correction.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
