getmcolor(3G) getmcolor(3G)
NAME
getmcolor - returns a color map entry
SPECIFICATION
C getmcolor(i, red, green, blue)
Colorindex i;
short *red, *green, *blue;
FORTRAN subroutine getmco(i, red, green, blue)
integer*4 i
integer*2 red, green, blue
DESCRIPTION
getmcolor returns the red, green, and blue components of a
color map entry.
SEE ALSO
drawmode, mapcolor
Programming Guide, Section 6.2, Color Map Mode
NOTE
This routine is available only in immediate mode.
Page 1 (printed 8/20/87)