# Color

The Color section is divided into three main tools used to manage the lighting effects applied to the drones:<br>

* [**Set Color**](/lsc2/show-creation/color/set-color.md)
* [**Color Effect**](/lsc2/show-creation/color/color-effect.md)
* [**Magic Color**](/lsc2/show-creation/color/magic-color.md)

{% hint style="warning" %}
The white can only be visualized in the `Viewport Shading` mode `Solid` with `Flat` lighting.
{% endhint %}

{% hint style="info" %}
The white LEDs are usually only used to make a white brighter with all LEDs switched on at the same value (i.e. grayscale).
{% endhint %}

You can change the appearance of the drones lights in [color settings](/lsc2/show-creation/color/color-settings.md) panel.


---

# 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://drotek.gitbook.io/lsc2/show-creation/color.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.
