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