pagewritemask(3G) — Silicon Graphics
NAME
pagewritemask − sets the writemask for the textport background
SPECIFICATION
C
pagewritemask(pmask)
Colorindex pmask;
FORTRAN
subroutine pagewr(pmask)
integer*4 pmask
Pascal
procedure pagewritemask(pmask: longint);
DESCRIPTION
pagewritemask sets the textport background writemask. It is undefined under the window manager.
SEE ALSO
color, pagecolor, textcolor, textport, textwritemask, tpoff, tpon, writemask Programming Guide, Chapter 14, Textports.
NOTE
This routine is available only in immediate mode.
Version 3.6 — December 20, 1987