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: 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.
textcolor is undefined in the window manager.
SEE ALSO
color, pagecolor, pagewritemask, textport, textwritemask, tpoff, tpon IRIS Graphics Programming, Section 14, Textports
NOTE
This routine is available only in immediate mode.
Version 2.5r1 — October 29, 1986