Say, there is a 400 * 400 pixel image on the screen. It consists of white text and black background. I want to XOR every pixel in the image with green (0,255,0).
The result should be magenta text and green background. I've tried GET and PUT but these are way too much coding for such a simple task. What is the easiest way to do this?
XNOR <> XOR