> For the complete documentation index, see [llms.txt](https://uni.fotello.co/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://uni.fotello.co/photos/personalizing-photos/wall-color.md).

# Wall Color

Wall Color repaints the walls in an interior photo with a color you choose.

Use it when a bold, dated, or uneven wall color pulls attention away from the room.

{% hint style="info" %}
Wall Color works on interior photos. Open a photo in full screen to find it in the [Adjust Panel Overview](/photos/personalizing-photos/adjust-panel-overview.md).
{% endhint %}

### Change a wall color

{% stepper %}
{% step %}

#### Pick a color

Choose one of the neutral swatches, or open the color picker to set any custom color.

<figure><img src="/files/nqQeq7x7MSahs6Yj5NaD" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

#### Apply it

Click **Change Wall Color**. Fotello repaints the walls in the photo with your chosen color.
{% endstep %}

{% step %}

#### Fine-tune the strength

Use the **Strength** slider to control how strong the new color looks, from a subtle wash to a full repaint.
{% endstep %}
{% endstepper %}

### Start over

Click the reset button in the section header to clear the color and return the walls to how they were shot.


---

# 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://uni.fotello.co/photos/personalizing-photos/wall-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.
