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