pagecolor(3G) — 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.
SEE ALSO
color, textcolor, textport, tpon, tpoff Graphics Programming, Chapter 14, Textports
NOTE
This routine is available only in immediate mode.
Version 3.6 — December 20, 1987