multimap(3) — Unix Programmer’s Manual
NAME
multimap - treat the color map as sixteen small maps
SYNOPSIS
C
multimap()
FORTRAN
subroutine multim
Pascal
procedure multimap;
DESCRIPTION
Multimap organizes the color map as sixteen small maps, each with a maximum of 256 RGB entries. The number of entries in each map is 2p, where p is the number of available planes. Specification and limitation of available planes is discussed in the setplanes manual page. Multimap does not take effect until gconfig is called.
SEE ALSO
gconfig, getcmmode, getmap, onemap, setmap, setplanes
NOTE
This command can only be used in immediate mode.
Silicon Graphics — R1c