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