setmap(3) — Unix Programmer’s Manual
NAME
setmap - choose one of the sixteen small color maps (in multimap mode only)
SYNOPSIS
C
setmap(mapnum)
short mapnum;
FORTRAN
subroutine setmap(mapnum)
integer∗2 mapnum
Pascal
procedure setmap(mapnum: Short);
DESCRIPTION
Setmap chooses one of the sixteen small maps, numbered 0 through 15. This command is ignored in singlemap mode.
SEE ALSO
getmap, multimap, onemap
NOTE
This command can only be used in immediate mode.
Silicon Graphics — R1c