> For the complete documentation index, see [llms.txt](https://support.skylum.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://support.skylum.com/editing-tools/masking-options/color-masking.md).

# Color Masking

{% @arcade/embed flowId="IOHS5LDFsmvVoADcv9oc" url="<https://app.arcade.software/share/IOHS5LDFsmvVoADcv9oc>" %}

**Color Masking** is a masking tool that enables users to create a mask based on a selected color within an image. By selecting a specific color, users can isolate and target areas of the image that share similar tones. The tool includes an adjustable slider that refines the color range, offering precise control over which parts of the image are masked. This makes it easier to apply targeted edits, such as brightness, contrast, or saturation adjustments, while leaving the rest of the image unaffected, allowing for detailed and controlled image enhancements.

* **Click on the Photo**: To sample a specific color, click on the image. This color will create the mask, allowing you to focus your adjustments on areas that match that color.
* **Range Slider**: This slider refines the color range selected for the mask. Increasing the range includes similar tones while decreasing the selection to only the closest matches.

{% hint style="warning" %}
Please note that Masking is not available in Noiseless RAW and Develop RAW tools. Once you apply any adjustments, these tools will automatically switch to their non-RAW versions, and the Masking option will become available.
{% endhint %}


---

# 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, and the optional `goal` query parameter:

```
GET https://support.skylum.com/editing-tools/masking-options/color-masking.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
