> For the complete documentation index, see [llms.txt](https://astra-image.gitbook.io/astra-image-6.0/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://astra-image.gitbook.io/astra-image-6.0/adjustment-tools/curves.md).

# Curves

The Curves adjustment allows you to precisely adjust the tonal range in your image. By left-clicking on the curves chart, you can add control points that can be dragged using the mouse. The x-axis of the chart represents input values, while the y-axis represents output values. Therefore, adjusting the curve in the bottom-left of the chart affects darker areas, and adjusting the curve in the upper-right affects brighter areas.

**Mouse Controls**\
\
**Left-click**\
this will add a control point\
\
**Right-click (while hovering over a control point)**\
this will delete the control point.

<div align="left"><figure><img src="/files/mHKybKg4gv88OGFJ1Pxn" alt="The Curves adjustment panel."><figcaption><p>The Curves adjustment panel.</p></figcaption></figure></div>

When processing in RGB color space, the individual red, green and blue channels can have independent curves. When in Lab color space, only the luminance can be adjusted.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://astra-image.gitbook.io/astra-image-6.0/adjustment-tools/curves.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.
