*BackgroundColor()

Specifies the background color for TextView.

Syntax

*BackgroundColor (Color)

Application

HyperGraph

Inputs

Color
A number between 0 to 63 representing any of the 64 colors on the palette.

Context

*BeginTextEditorDefaults()

Example

*BeginTextEditorDefaults()
    *Font("Times",0,1,12)
    *TextColor(3)
    *BackgroundColor(4)
    *Filename(".preferences.mvw")
*EndTextEditorDefaults()