HyperWorks Desktop

*SetBackgroundColor()

Sets the background color specified in the Options panel for plot or graphics windows.

*SetBackgroundColor()

Sets the background color specified in the Options panel for plot or graphics windows.

Previous topic Next topic No expanding text in this topic  

*SetBackgroundColor()

Sets the background color specified in the Options panel for plot or graphics windows.

Previous topic Next topic JavaScript is required for expanding text JavaScript is required for the print function  

Syntax

*SetBackgroundColor(color_index)

Arguments

Names

Description

 

color_index        

The integer value for the text color.

Example

*BeginPlotDefaults()

 *SetBorderColor(12)

 *SetFrameColor(12)

 *SetHeaderColor(1)

 *SetBackgroundColor(0)

 *SetGridlineColor(14)

 *SetZerolineColor(10)

 • • •

*EndPlotDefaults()

Application

HyperView, HyperStudy, HyperGraph, and HyperGraph 3D.

Context

*BeginPlotDefaults()

Comments

The *SetBackgroundColor() statement can be used in graphics and plot default blocks.  The default background color is black (0).

See also

 

*SetAnimBubbleColor()

*SetAxisColor()

*SetBorderColor()

*SetFileOn()

*SetForegroundColor()

*SetFrameColor()

*SetFrameOn()

*SetGridlineColor()

*SetHeaderColor()

*SetToleranceValue()

*SetZerolineColor()

List of Preference Statements