gRGBmask() — Silicon Graphics Beta Release
NAME
gRGBmask - returns the current RGB writemask
SPECIFICATION
C
gRGBmask(redm, greenm, bluem)
short *redm, *greenm, *bluem;
FORTRAN
subroutine gRGBma(redm, greenm, bluem)
integer*2 redm, greenm, bluem
Pascal
procedure gRGBmask(var redm, greenm, bluem: RGBvalue);
DESCRIPTION
gRGBmask returns the current RGB writemask as three eight-bit masks. The masks are placed in the locations addressed by redm, greenm and bluem. The system must be in RGB mode when this command is executed.
SEE ALSO
getwritemask, RGBwritemask
NOTE
This command can be used only in immediate mode.
Version 2.3 — July 04, 1985