pagewritemask() — Silicon Graphics
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: Short);
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.4 — May 08, 1986