getcmmode(3) — Unix Programmer’s Manual
NAME
getcmmode - return the current color map mode
SYNOPSIS
C
short getcmmode()
FORTRAN
integer∗2 function getcmm()
Pascal
function getcmmode: Short;
DESCRIPTION
Getcmmode returns the current color map mode. The returned value is either 0 for multimap mode or 1 for onemap mode.
SEE ALSO
multimap, onemap
NOTE
This command can only be used in immediate mode.
Silicon Graphics — R1c