> For the complete documentation index, see [llms.txt](https://chooseit.gitbook.io/elytraracing/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://chooseit.gitbook.io/elytraracing/particlescreator/list-of-available-colors.md).

# List of available colors

{% hint style="info" %}
Format:&#x20;

\<Key>(Number of parameters for the option associated to the key)

\<Type and explanations of option>
{% endhint %}

### BASE COLOR

<table><thead><tr><th width="494.67554846036103">Key</th><th>GIF</th><th data-hidden>Description</th></tr></thead><tbody><tr><td><p></p><p>CONSTANT(3)</p><p>(RGB)</p><ul><li>Red (0 - 255)</li><li>Green (0 - 255)</li><li>Blue (0 - 255)</li></ul></td><td><img src="/files/NnTqHdtF1944j46CwDet" alt=""></td><td>Point</td></tr><tr><td><p>RAINBOW(2)</p><ul><li>Duration of the entire rainbow</li><li>Color Are Increasing(true/false)</li></ul></td><td><img src="/files/SD7ImJXMyLYfP8NKHp6Y" alt=""></td><td>Circle</td></tr><tr><td><p>HSV_GRADIENT(4)</p><p>This color creator using HSV colors, not RGB ! This will increase/decrease the <strong>H</strong> to reach the final <strong>H</strong>.</p><ul><li>Duration</li><li><strong>H</strong>(SV) of the start color (consider that S and V are 1) (number between 0 and 360)</li><li><strong>H</strong>(SV) of the ending color (consider that S and V are 1) (number between 0 and 360)</li><li>AddingH(true/false) whether the number H will increase or decrease.</li><li>BounceBack(true/false) whether the color bounce back with it touch the ending color.</li></ul></td><td>NO GIF</td><td></td></tr></tbody></table>

### MASK COLOR (soon)

<table><thead><tr><th width="498.2033958437229">Key</th><th>GIF</th><th data-hidden>Description</th></tr></thead><tbody><tr><td></td><td></td><td>Point</td></tr></tbody></table>


---

# 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://chooseit.gitbook.io/elytraracing/particlescreator/list-of-available-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.
