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

PlotPointC(X, Y, Color)

Plots 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 PlotPoint(160, 100, 5)

PASCAL

PlotPoint(160, 100, 5);