ScreenPainter operations can use different operations to combine the color with the color on screen.
Replaces the pixel.
Uses bitwise xor to draw.
See Implementation
ScreenPainter operations can use different operations to combine the color with the color on screen.