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

GetBackColor(Color)

Returns the current background color.

Parameters

Color - Variable to store current background color

Examples

BASIC

CALL GetBackColor(BackColor%)

PASCAL

GetBackColor(BackColor);

BGI equivalent

int getbkcolor(void);