textcolor() — Silicon Graphics
NAME
textcolor - sets the color of text drawn in the textport
SPECIFICATION
C
textcolor(tcolor)
Colorindex tcolor;
FORTRAN
subroutine textco(tcolor)
integer*4 tcolor
Pascal
procedure textcolor(tcolor: Colorindex);
DESCRIPTION
textcolor sets the color of the text drawn in the textport. The color of text drawn using charstr is determined by color.
SEE ALSO
color, pagecolor, pagewritemask, textport, textwritemask, tpoff, tpon
NOTE
This command can be used only in immediate mode.
Version 2.4 — May 08, 1986