Specifies the background color for TextView or HyperGraph.
*BackgroundColor()Specifies the background color for TextView or HyperGraph. |
|||||
*BackgroundColor()Specifies the background color for TextView or HyperGraph. |
Syntax |
*BackgroundColor(Color) |
|
Argument |
Name |
Description |
Color |
A number from 0 to 63 representing the 64 colors in the palette. |
|
Example |
*BeginTextEditor() *File_name("mview.mvw") *TextColor(3) *BackgroundColor(5) *EndTextEditor() |
|
Application |
HyperGraph and TextView. |
|
Context |
||
Comments |
*BackgroundColor() is only valid in TextView or plot blocks. The colors on the palette are numbered from left to right, top to bottom beginning with 0. |
|
See also |
|
|