# Shape Fill

Controls how light fills within the bounds of a shape.

| Parameter      | Type   | Description                                                                                                                                                                                                                                                                                                                                                                                       |
| -------------- | ------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Filled Color   | Swatch | The color the element fills with                                                                                                                                                                                                                                                                                                                                                                  |
| Unfilled Color | Swatch | The color the element begins with.                                                                                                                                                                                                                                                                                                                                                                |
| Fill Effect    |        | <p>In To Out - Lighting begins at the center of the shape and expands outward toward its edges.<br><br>Out To In - Lighting starts at the outer edges of the shape and moves inward toward the center.<br><br>Left Fill - Lighting fills the shape progressively from the left side to the right.<br><br>Right Fill - Lighting fills the shape progressively from the right side to the left.</p> |
| Fade Amount    |        | Density or strength of the fade effect. How much the effect is blended.                                                                                                                                                                                                                                                                                                                           |

<figure><img src="/files/inOjdYAJXUiAz1R5sbJr" alt="" width="354"><figcaption><p>Inspector for shape fill lighting event</p></figcaption></figure>

<figure><img src="/files/AY5kOG4Y86oD1q0QJKCw" alt="" width="375"><figcaption><p>Examples of shape fill lighting events</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/shape-fill.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.
