G<=>-R Zone #7

I tried several combinations of inverting and swapping the color channels. In the next two, the blue and red are inverted (no swapping).

Others: R' = G, G' = -R, B' = B
Here: R' = -R, G' = G, B' = -B

I know this is over explaining but... I use -X to represent an inverted color. In color space inverting a color is not just negating a value. On most computers the RGB colors have integer values between 0 and 255. So the inversion of X is 255-X. I use a representation where the colors are floating point values between 0.0 and 1.0. In this case inversion is 1.0 - X.

Series introduction:G<=>-R Zone #1
Parent series introduction:Strange Zone II #1
Related series: Strange Zone II #4