> For the complete documentation index, see [llms.txt](https://motion-studio.mtmograph.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://motion-studio.mtmograph.com/ae-extension/color.md).

# Color

### Description

Color provides quick access to fill and stroke controls for selected layers. Preview adjustments in real time, sample colors from anywhere on screen, and apply changes with sliders or direct input.

### Tools

**Fill**\
Set or adjust the fill color of selected layers.

**Stroke**\
Set or adjust the stroke color of selected layers.

**Eyedropper**\
Sample color values from anywhere on screen. Works outside After Effects.

**Copy Color**\
Store selected layer color properties to clipboard.

**Paste Color**\
Apply copied color properties to selected layers.

**Swap**\
Exchange fill and stroke color values.

### Sliders

**Hue**\
Shift the color around the color wheel.

**Saturation**\
Adjust color intensity.

**Vibrance**\
Adjust perceived color intensity.

**Opacity**\
Control layer transparency.

**Stroke Width**\
Adjust stroke thickness.

### Palettes

Access saved color palettes directly from the Color panel. Palettes sync with the Motion Studio application and can be shared across workstations.

{% hint style="info" %}
Palettes can be managed in the Motion Studio app under Library > Color.
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://motion-studio.mtmograph.com/ae-extension/color.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
