# Color Palette

The color palette provides tools for assigning and managing color across splines within a scene. It allows individual splines or groups of splines to be painted or batch-colored using solid colors or gradients, enabling consistent, precise control of color application.

<figure><img src="/files/4Mhdb6C22gbW28eKgqzN" alt="" width="168"><figcaption><p>The swatch panel expanded</p></figcaption></figure>

<figure><img src="/files/d1MAktjLXMK2IPduYvzL" alt=""><figcaption><p>The color swatch tool set panel</p></figcaption></figure>

{% tabs %}
{% tab title="Paint tools" %}
This set of tools provides high-level ways of coloring one or more splines or points in an element.

<details>

<summary><img src="/files/h9lSVT8LmyRsy4WFdzFU" alt="" data-size="line"> Paint Bucket</summary>

The paint bucket tool applies the currently selected color or gradient to all splines or points it is applied to.

</details>

<details>

<summary><img src="/files/aI9yZgNNEwr2dFGeprp7" alt="" data-size="line"> Paint Brush</summary>

The paint brush tool applies color or gradients to splines on a per-segment or per-point basis. It allows precise, manual control over color placement, enabling detailed adjustments, blending, and localized edits within a scene.

</details>

<details>

<summary><img src="/files/XysTpXAoRcQzHmjx1NUt" alt="" data-size="line"> dropper</summary>

The dropper tool samples color data from an existing spline, point, or scene element and sets it as the active color. This allows accurate color matching and reuse, ensuring consistency across painted elements and lighting animations.

</details>

<details>

<summary><img src="/files/eIGqO2M4Ga1bSbDDcMW0" alt="" data-size="line"> Tool Deactivation</summary>

The X button exits the active color tool and returns input control to standard mouse interaction. This allows normal selection, navigation, and editing behavior without applying color or paint actions.

</details>
{% endtab %}
{% endtabs %}

| Parameter    | Type         | Description                                                                    |
| ------------ | ------------ | ------------------------------------------------------------------------------ |
| None         |              | The element has no lighting.                                                   |
| Solid Colors | Color Source | A single, uniform light value is applied for the duration of the event.        |
| Gradient     | Color Source | Lighting transitions smoothly between two or more values across space or time. |
| Reference    | Color Source | Lighting is driven by an external source or predefined lighting asset.         |

## Creating, Editing, and Storing Colors

The color panel beneath the Color Type drop-down displays the currently active solid color or gradient. Selecting this panel opens the gradient editor, where colors can be created, modified, and managed using color stops, blend modes, and alpha keys. The editor also allows custom colors and gradients to be saved for reuse, enabling consistent and efficient color application across the scene.

<figure><img src="/files/TX8YjA0Dgj7Rn3ClyZS5" alt="" width="375"><figcaption></figcaption></figure>


---

# 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://docs.verge.aero/drone-show-software/verge-design-studio/interface/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.
