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

XorCircleC(X, Y, Radius, Color)

XORs a circle centered at X, Y using the specified radius, current values of aspect ratio and the specified color.

See the SetAspect function for a complete description of the aspect ratio.

Parameters

X - Horizontal center of circle
Y - Vertical center of circle
Radius - Radius of circle
Color - Color of circle

Examples

BASIC

CALL XorCircleC(160, 100, 75, 1)

PASCAL

XorCircle(160, 100, 75, 1);