pagecolor(3) — Unix Programmer’s Manual
NAME
pagecolor - set the color of the textport background
SYNOPSIS
C
pagecolor(c)
Colorindex c;
FORTRAN
subroutine pageco(c)
integer∗2 c
DESCRIPTION
Pagecolor sets the textport background color.
SEE ALSO
color, pagewritemask, textcolor, textport, textwritemask, tpoff, tpon
NOTE
This command can only be used in immediate mode.
Silicon Graphics — R1c