setmap() — 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. setmap is ignored in singlemap mode.
SEE ALSO
getmap, multimap, onemap IRIS Graphics Programming, Section 6.2, Color Maps
NOTE
This routine is available only in immediate mode.
Version 2.5r1 — October 29, 1986