# Color adjustment

<figure><img src="/files/8V1u3or4iy4JSKlQDZIk" alt=""><figcaption></figcaption></figure>

Sometimes we want to shift the color values on ourr artwork to create effects or balance the colors. Use color adjustment to do that.

<figure><img src="/files/K0whvdBW7sVx46gzM3db" alt="" width="375"><figcaption></figcaption></figure>

#### 1. Tone selection

Select which tone to apply the adjustment: Highlight, mid-tone, shadow, or all,

#### 2. Color space

Whether to adjust using HSV values or RGB channels.

#### 3. Value sliders

Slide these sliders to adjust the corresponding values: hue, saturation, value, red, green, blue, or alpha.

#### 4. Layer selector

Whether to apply to selected layers, visible layers, or all layers.&#x20;

{% hint style="info" %}
This is not available in [indexed mode](/misc/color-modes.md#indexed) because it will apply directly to the palette instead of individual pixels.
{% endhint %}

#### 5. Frame selector

Whether to apply to selected frames or all frames.

{% hint style="info" %}
This is not available in [indexed mode](/misc/color-modes.md#indexed) because it will apply directly to the palette instead of individual pixels.
{% endhint %}

#### 6. Preview toggle

If this toggle is one, the changes will be displayed live on the canvas.&#x20;

{% hint style="info" %}
Keep in mind that if we're adjusting colors on many layers and frames with Preview on, it might lag. If that happens, we can turn this off, adjust values, and turn it on again to see the effect. Repeat this to avoid lag.
{% endhint %}

### Demo video

{% embed url="<https://youtu.be/2Y34rFlCCg4>" %}


---

# 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.pixquare.art/tools/additional-tools/color-adjustment.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.
