RestoreBack
Re storeBack Store the RGB color of the color specification record
#include <Palettes.h> Palette Manager
void Re storeBack( c );
ColorSpec *c; the RGB color of the color specification record
The Re storeBack function stores the RGB color of the color specification
record specified by the c parameter as the current background color
c the RGB color of the color specification record. If you specify 0 in
the value field of the color specification record, the Re storeBack
procedure stores the RGB value in the rgbBkColor field of the current
color grafPort record. If you specify 1 in the value field of the color
specification record, the Re storeBack procedure stores the RGB
value in the pmBkColor field of the GrafVars record.
Returns: none