*SetForegroundColor()
Sets the foreground color as specified in the Options panel.
Syntax
*SetForegroundColor (color_index)
Application
MotionView and HyperView.
Inputs
- color_index
 - The integer value for the color of the text. The default is 1 (white).
 
Context
*BeginGraphicDefaults()
Example
*BeginGraphicDefaults()
	*SetBorderColor(12)
	*SetFrameColor(12)
	*SetHeaderColor(1)
	*SetForegroundColor(1)
	*SetGridlineColor(14)
	*SetZerolineColor(10)
	• • •
*EndGraphicDefaults()