RasterOp

ScreenPainter operations can use different operations to combine the color with the color on screen.

Values

ValueMeaning
normal

Replaces the pixel.

xor

Uses bitwise xor to draw.

See Also

Meta