# Color correction in Mutter

### Using Patched Mutter

If you're using the patched Mutter version from the Waydroid repo with the color inversion patch (or Gnome 42 or higher), or mutter-rounded, then Waydroid should display properly.

### Using Standard Mutter

If you aren't able to install the patched version of Mutter, you can run this in the host shell:

```bash
waydroid prop set persist.waydroid.invert_colors true
```

Note that with this option enabled, you should not use this in combination with multi-window mode.

If you want to do it from inside the Android shell:

```bash
settings put secure accessibility_display_inversion_enabled 1
```

Running this inside the Android shell will correct all of the colors except for the boot animation.


---

# 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.waydro.id/faq/color-correction-in-mutter.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.
