# Channel Mixer

The Channel mixer lets you create gray scale, sepia, or images with a color tint. With this tool, you have control of the red, green and blue channels individually, so you have great control when making color adjustments.

<div align="left"><figure><img src="/files/6nf6ueqcZzfWLu7PQPkm" alt="The Channel Mixer tool."><figcaption><p>The Channel Mixer tool.</p></figcaption></figure></div>

**Output Channel**\
The Output Channel is modified based on a mixture of the Input Channels. When you choose an output channel, it's value will be set to 100%, while the other channels will be set to 0%. The exception is when you select Gray. In this case, the red, green and blue channels will be set to 21, 72 and 7 to give a basic, balanced gray scale image.

**Input Channels**\
Using these sliders, you can increase or decrease that color's contribution to the output channel. If the Preserve luminance option is not checked, the total of the combined channels is calculated. If the value is not 100%, the image will be either darker or lighter than the original.

**Constant**\
This adds a constant value to the output channel.

**Preserve luminance**\
When checked, the colors will be adjusted while preserving the intensities of the original image. In that case, the Total for the three input channels will always be 100%.This option is not available for the Gray output channel.


---

# 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://astra-image.gitbook.io/astra-image-6.0/processing-tools/channel-mixer.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.
