# SAI Color Flip/Color Inversion

SAI does not provide color flip/color inversion functionality directly, but we can achieve this flip with blend mode.

For example, if we want to flip the following image:

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

Create another layer **above** our target image, and set the blend mode as **"Exclude"**.

<figure><img src="/files/9K089osMo9rfCP6bqaQE" alt=""><figcaption></figcaption></figure>

Now we get the inverted image.

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


---

# 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://tk233.gitbook.io/notes/tools/windows/sai-color-flip-color-inversion.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.
