> For the complete documentation index, see [llms.txt](https://tk233.gitbook.io/notes/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://tk233.gitbook.io/notes/tools/windows/sai-color-flip-color-inversion.md).

# 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>
