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

SetBackColor(Color)

Sets the current background color.

Parameters

Color - New background color

Examples

BASIC

CALL SetBackColor(1)

PASCAL

SetBackColor(1);

BGI equivalent

void setbkcolor(int color);