textcolor(3G) — 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: longint);
DESCRIPTION
textcolor sets the color of the text drawn in the textport. tcolor determines the color of the text charstr draws. tcolor is the index of the desired color.
SEE ALSO
color, pagecolor, pagewritemask, textport, textwritemask, tpoff, tpon Programming Guide, Chapter 14, Textports
NOTE
This routine is available only in immediate mode.
Version 3.6 — December 20, 1987