# \&chroma

General Option! ([`&push`](/advanced-settings/setup-parameters/push.md), [`&room`](/advanced-settings/setup-parameters/room.md), [`&view`](/advanced-settings/mixer-scene-parameters/view.md), [`&scene`](/advanced-settings/mixer-scene-parameters/scene.md))

## Options

Example: `&chroma=F0F`

| Value            | Description             |
| ---------------- | ----------------------- |
| (no value given) | green background        |
| `F0F`            | any RGB format color    |
| `DEDEDE`         | any RRGGBB format color |

{% hint style="info" %}
Use it to chroma-key out the background on the Electron Capture app.
{% endhint %}

{% hint style="danger" %}
Do not include the # character with the hex value.
{% endhint %}

Can be 3 or 6 characters in length, 0 to F, in RGB or RRGGBB format.

<https://vdo.ninja/?scene&room=roomname&chroma>\
![](/files/8aKfxz0hgvr3RyxlvRGD)

See [`&color`](/advanced-settings/design-parameters/and-color.md) if you want to set the background color of one single video feed.

## Related

{% content-ref url="/pages/QMi6Cor7B2Ipg74HvdTo" %}
[\&color](/advanced-settings/design-parameters/and-color.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MZX7zciUBszTwZweqvR" %}
[\&transparent](/advanced-settings/design-parameters/and-transparent.md)
{% endcontent-ref %}

{% content-ref url="/pages/vNOeAWRUpRlwMrHqfxry" %}
[\&background](/advanced-settings/design-parameters/and-background.md)
{% endcontent-ref %}


---

# 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.vdo.ninja/advanced-settings/design-parameters/chroma.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.
