getmap(3) — Unix Programmer’s Manual
NAME
getmap - return the number of the currently selected color map
SYNOPSIS
C
short getmap()
FORTRAN
integer∗2 function getmap()
Pascal
function getmap: Short;
DESCRIPTION
Getmap returns the number, from 0 to 15, of the currently selected color map. If called in onemap mode, it returns zero.
SEE ALSO
multimap, onemap
NOTE
This command can only be used in immediate mode.
Silicon Graphics — R1c