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

GetTextColor(Color)

Returns the current text color used in the PrintString function.

Parameters

Color - Variable to store current text color.

Examples

BASIC

CALL GetTextColor(TextColor%)

PASCAL

GetTextColor(TextColor);