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);
Returns the current background color.
Color - Variable to store current background color
int getbkcolor(void);