# Fade

A basic lighting transition that smoothly increases or decreases intensity over time using a single, uniform curve.

| Parameter   | Type         | Description                                                         |
| ----------- | ------------ | ------------------------------------------------------------------- |
| Start Color | Color Source | The color the fade begins with.                                     |
| End Color   | Color Source | The color the fade ends with.                                       |
| Simple Fade | Check Box    | When checked, the starting and ending fade colors can be specified. |

<figure><img src="/files/c6DTWBc5pY4nQC6wRJuP" alt="" width="343"><figcaption><p>Inspector for fade lighting event</p></figcaption></figure>

<figure><img src="/files/WmTBH66N5mfYmyPOhVB9" alt="" width="375"><figcaption><p>Fade lighting event</p></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/light-animation/fade.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.
