# CUSTOM COLOR PALETTE

<figure><img src="/files/sbcAAff78zIEuoNobvhj" alt=""><figcaption></figcaption></figure>

Depending on the tool/asset type, the custom color table will either offer some [color presets](#color-presets) to choose from, or a [full color picker](#full-color-picker).&#x20;

* On the screenshot below, you can access the preset colors by clicking on the colored rectangle (the pointing down arrow means there are preset colors), and access the picker by clicking on the picker icon next to it.&#x20;

<figure><img src="/files/9hLAqp9POxp3kktVsdkR" alt=""><figcaption><p>Example of a colorable tool (Objects)</p></figcaption></figure>

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXfJbGKSzopNdk8EN2IyMyQEMBWJtKNA_OsBtF6UCncD4cz7HB9JMkrFxcWh-07dudo77Sig9oZGIyIhpwwJr1UHsyBtpPufeW4DxbzCpx02llVGOt-jy6vTxYY3DufZNKjzAnq_Jg?key=yb7pPfKqh-ggF4DAtKAOvkMp" alt=""><figcaption></figcaption></figure>

* On this second screenshot, there’s no arrow so the only option will be the color picker, available by clicking on the rectangle.

<figure><img src="/files/2kmEwATgGzfZDS3rQ99S" alt=""><figcaption><p>Another example of a colorable tool (Building Tool)</p></figcaption></figure>

## COLOR PRESETS

<figure><img src="/files/mZPScqybohm5kHg3EEhM" alt=""><figcaption><p>The colorable palette in the Objects Tool</p></figcaption></figure>

When you have access to preset colors, you can click on any circle to apply its color to your select asset, or to the next one you will place. Click anywhere on the map to close the color picker.\
\
You can also click on the <kbd><mark style="color:blue;">**+**<mark style="color:blue;"></kbd> icon at the bottom to open the full color picker and **add** your own colors to the list.

You can remove a color from the list by right-clicking on it. Il will then display a <kbd><mark style="color:blue;">**Remove Color**<mark style="color:blue;"></kbd> button.

<figure><img src="/files/nECcCAqHgsEp4U0FfDav" alt=""><figcaption></figcaption></figure>

## FULL COLOR PICKER

<figure><img src="/files/s4uMQFd3dFX5lJcd6ihp" alt=""><figcaption><p>Click on this icon to open the full color picker</p></figcaption></figure>

<figure><img src="/files/X0ZffsBqkkb2x37yEsr1" alt=""><figcaption></figcaption></figure>

1 - You can pick your color by eye. You can slide or click up and down the vertical spectrum bar on the right, then you slide or click to move the crosshairs in the larger box on the left.

<figure><img src="/files/9IonABFenEZYNPQ62lOz" alt=""><figcaption></figcaption></figure>

2 - This allows you to pick a color from anywhere on the map. Click the little eyedropper icon ![](/files/nsi6eHBFgW3m9wa1frpm), then click on the color you want to use. You will see the top color bar change to indicate the new color.

3 - This shows the current color to be used when you click <kbd><mark style="color:blue;">**Accept**<mark style="color:blue;"></kbd> or click anywhere on the map to close the color picker.

<figure><img src="/files/D6YZe24Gmw407pZDqisG" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/TC5qcN7jQCG1ijUXVcbW" alt=""><figcaption></figcaption></figure>

4 - You can directly select the **RGB levels** (red, green, blue) by using the sliders or by directly editing the numbers.

<figure><img src="/files/aClUUluyazVQGpEQcyJg" alt=""><figcaption></figcaption></figure>

5 - The slider for A controls the **alpha** (the **transparency)**. If you want your [floor](/guide/all-the-tools/design-tab/pattern-shape-tool.md), [wall](/guide/all-the-tools/design-tab/wall-tool.md) or [object](/guide/all-the-tools/objects-tab/objects-tool.md) to be semi-transparent, turn down the **alpha** a bit. If you want full **transparency**, turn it down all the way.

<figure><img src="/files/AhhjiFmFUQxrCOxStn8e" alt=""><figcaption></figcaption></figure>

6 - This is the **hex code** for the current color. If you want to use this color from another map or from another [level](/guide/all-the-tools/settings-tab/level-settings.md) of the same map, you won’t be able to use the eyedropper to pick that color. Instead, you can copy and paste the hex code.

<figure><img src="/files/ZZalrxFTsiHmJ06ursqb" alt=""><figcaption></figcaption></figure>

***

{% hint style="info" %}

## Related Mods

* [Colour And Modify Things](/guide/custom-assets-and-mods/some-useful-mods/colour-and-modify-things.md) allows you to recolor almost anything and adds more color options.
  {% endhint %}


---

# 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://dungeondraft-encyclopaedia.gitbook.io/guide/general-info/custom-color-palette.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.
