SaveBack
SaveBack Return the current background color
#include <Palettes.h> Palette Manager
void SaveBack( c );
ColorSpec *c; the current background color
The SaveBack function returns the current background color.
c the current background color. A value of 0 in the value field of the
color specification record specifies an RGB color (obtained from the
rgbBkColor field of the color grafPort record); a value of 1 in the
value field specifies a palette entry (obtained from the pmBkColor
field of the GrafVars record).
Returns: none