setmap(3G) — Silicon Graphics
NAME
setmap − selects one of the 16 small color maps
SPECIFICATION
C
setmap(mapnum)
short mapnum;
FORTRAN
subroutine setmap(mapnum)
integer*4 mapnum
Pascal
procedure setmap(mapnum: Short);
DESCRIPTION
setmap selects one of the 16 small maps, numbered 0 through 15 in multimap mode. setmap is ignored in onemap mode.
SEE ALSO
getmap, multimap, onemap Programming Guide, Section 6.2, Color Maps
NOTE
This routine is available only in immediate mode.
Version 3.6 — December 20, 1987