pagecolor() — Silicon Graphics
NAME
pagecolor − sets the color of the textport background
SPECIFICATION
C
pagecolor(c)
Colorindex c;
FORTRAN
subroutine pageco(c)
integer*4 c
Pascal
procedure pagecolor(c: longint);
DESCRIPTION
pagecolor sets the textport background color.
pagecolor is undefined in the window manager.
SEE ALSO
color, pagewritemask, textcolor, textport, textwritemask, tpoff, tpon IRIS Graphics Programming, Chapter 14, Textports
NOTE
This routine is available only in immediate mode.
Version 2.5 — April 22, 1987