> For the complete documentation index, see [llms.txt](https://docs.coraye.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.coraye.com/francais/colors.md).

# GESTION DES COULEURS

- [Capture d'une couleur](https://docs.coraye.com/francais/colors/capture-a-color.md): Capturer une couleur avec Coraye est très simple. Mais que pouvons-nous faire, par la suite, avec nos échantillons de couleurs mesurés ?
- [Capture d'une lumière](https://docs.coraye.com/francais/colors/capture-a-light.md): Illum Reader est une fonction qui permet d’analyser la lumière. Son but est de vérifier la qualité de votre lumière dans une cabine de visualisation ou dans vos conditions de visualisation.
- [Module Color Finder](https://docs.coraye.com/francais/colors/color-finder-module.md): Color Finder vous aide à faire correspondre une couleur parmi des milliers d’autres! Apprenons à l'utiliser.
- [Module Color Converter](https://docs.coraye.com/francais/colors/color-converter-module.md): Le module de Color Converter vous permet de convertir une couleur mesurée (ou importée d'une table) en RVB ou CMJN
- [Module Delta Finder](https://docs.coraye.com/francais/colors/delta-e-finder.md): Ce tutoriel explique comment comparer deux couleurs. Par exemple une couleur mesurée et une valeur Pantone provenant d'un nuancier numérique.
- [Afficher la densité](https://docs.coraye.com/francais/colors/density.md): Parce qu’un spectrodensitomètre d'atelier est coûteux, l’utilisation du spectrophotomètre, qui équipe déjà votre copieur ou votre système d’épreuves peut, grâce à Coraye, servir de densitomètre.


---

# 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.coraye.com/francais/colors.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.
