GetPlotColor(Color)
Returns the current drawing color.
Parameters
Color - Variable to store current drawing color
Examples
BASIC
CALL GetPlotColor(PlotColor%)PASCAL
GetPlotColor(PlotColor);BGI equivalent
int getcolor(void);
Returns the current drawing color.
Color - Variable to store current drawing color
int getcolor(void);