Specifies the text color for the text editor.
*TextColor() - TextViewSpecifies the text color for the text editor. |
|||||
*TextColor() - TextViewSpecifies the text color for the text editor. |
Syntax |
*TextColor(Color) |
|
Arguments |
Name |
Description |
Color |
A number from 0 to 63 representing the 64 colors in the palette. |
|
Example |
*BeginTextEditor() *Filename("mview.mvw") *TextColor(3) *BackgroundColor(5) *EndTextEditor() |
|
Application |
TextView. |
|
Context |
||
Comments |
*TextColor() is only valid in text editor blocks. The colors on the palette are numbered from left to right, top to bottom beginning with 0. If a color is not specified in a *TextColor() statement, the default set in the preference file is used. |
|
See also |
|
|