*SetBackgroundColor()
Sets the background color specified in the Options panel for plot or graphics windows.
Syntax
*SetBackgroundColor (color_index)
Application
HyperView, HyperStudy, HyperGraph and HyperGraph 3D.
Inputs
- color_index
 - The integer value for the text color.
 
Context
*BeginPlotDefaults()
Example
*BeginPlotDefaults()
	*SetBorderColor(12)
	*SetFrameColor(12)
	*SetHeaderColor(1)
	*SetBackgroundColor(0)
	*SetGridlineColor(14)
	*SetZerolineColor(10)
	• • •
*EndPlotDefaults()
      Comments
The *SetBackgroundColor() statement can be used in graphics and plot default blocks. The default background color is black (0).