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:

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

Now we get the inverted image.

Last updated
Was this helpful?