pagecolor() — Silicon Graphics Beta Release
NAME
pagecolor - sets the color of the textport background
SPECIFICATION
C
pagecolor(c)
short c;
FORTRAN
subroutine pageco(c)
integer*4 c
Pascal
procedure pagecolor(c: Colorindex);
DESCRIPTION
pagecolor sets the textport background color.
SEE ALSO
color, pagewritemask, textcolor, textport, textwritemask, tpoff, tpon
NOTE
This command can be used only in immediate mode.
Version 2.3 — July 04, 1985