gRGBcolor(3G) gRGBcolor(3G)
NAME
gRGBcolor - returns the current RGB value
SPECIFICATION
C gRGBcolor(red, green, blue)
short *red, *green, *blue;
FORTRAN subroutine gRGBco(red, green, blue)
integer*2 red, green, blue
DESCRIPTION
gRGBcolor returns the current RGB color values. red, green,
blue are the addresses of three locations that are filled
with the red, green, and blue values. The system must be in
RGB mode when gRGBcolor executes.
SEE ALSO
RGBcolor, RGBmode
Programming Guide, Section 6.1, RGB Mode
NOTE
This routine is available only in immediate mode.
Page 1 (printed 8/20/87)