Syntax:
color [=] colorExpr
Description:
The color
statement sets the current window's foreground color to one of eight old-style "Basic QuickDraw" colors. colorExpr
should equal one of the following:
0 (_zWhite)
1 (_zYellow)
2 (_zGreen)
3 (_zCyan)
4 (_zBlue)
5 (_zMagenta)
6
(_zRed)
7 (_zBlack)
Note:
The color
statement does not change the appearance of anything that's already in the window; the new color will appear the next time you draw text or a QuickDraw shape in the window.
For greater control over the foreground color, use the long color
statement.
See Also:
long color