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