Bypass navigation menu
RGB Classic Games
Keeping the classics alive
Currently hosting 566 great games!
Return to Chapter 2

XorPointC(X, Y, Color)

XORs a point at the specified X, Y position using the specified color.

Parameters

X - Horizontal position to plot point
Y - Vertical position to plot point
Color - Color of point

Examples

BASIC

CALL XorPointC(160, 100, 5)

PASCAL

XorPointC(160, 100, 5);