# \&color

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: `&color=ffffff` or `&color=white`

| Value                 | Description                           |
| --------------------- | ------------------------------------- |
| (no value given)      | black background                      |
| (HEX) \| (color name) | specifies the color of the background |
| `ffffff`              | white background                      |

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

## Details

You can specify the background color independent of the border color with `&color`. If using [`&border`](/advanced-settings/design-parameters/and-border.md), it will not set the background color, so you may need to use both `&border` and `&color`.

May not yet work with [`&forcedlandscape`](/advanced-settings/mobile-parameters/and-forcelandscape.md) or [`&rotate`](/advanced-settings/design-parameters/and-rotate.md).<br>

<figure><img src="/files/cCBlZ3tVVbo2qUrVJzRJ" alt=""><figcaption></figcaption></figure>

## Related

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

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

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

{% content-ref url="/pages/yEn7bGBjckE9X1x4BBN6" %}
[\&bordercolor](/advanced-settings/design-parameters/and-bordercolor.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/and-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.
