> For the complete documentation index, see [llms.txt](https://docs.sharinpix.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.sharinpix.com/documentation/features/user-interface/large-view-annotation-color-selection.md).

# Large View: Annotation – Color Selection

This article demonstrates the following:

* [Large View](#large-view)
* [Apply color to tools](#apply-color-to-tools)
* [Apply color to selection](#apply-color-to-selection)

## Large View

* The large view of an image can be accessed by clicking on its thumbnail.

![](/files/9RnBfW1GoquFn1mGlesI)

* Click on the **edit** icon to activate **editing** mode.

![](/files/baOyNwZtIttcmUPpYbJQ)

* **Editing** mode is activated.

![](/files/WrzoPJWJASHyZJOm46Tf)

## Apply color to tools

* It is possible to select a specific color by selecting from the **color-palette**.

![](/files/X7wer7KMCXiJPoSSD8fV)

* Click on the desired color to select it.
* The selected color is now applied to all annotation tools:
* Text annotation

![](/files/wWMRg5JpA9mkD6FXlhPd)

* Free-drawing annotation

![](/files/88qhWekmcqc9Jr5JHYVG)

* Shape annotation

![](/files/ngOWHE5CRgcNo85kflPN)

## Apply color to selection

* Apply a new color to a selection by clicking on it and selecting the desired color.

![](/files/s0ReCnL1KcF6t3VSNiwB)

![](/files/nWF3gzpbbOef4xfqzzON)

{% hint style="info" %}
**Info:**

The annotation colors can be configured. Follow the article below for more information: [Annotation Configurator](/documentation/features/user-interface/annotations-configurator.md)
{% 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://docs.sharinpix.com/documentation/features/user-interface/large-view-annotation-color-selection.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.
