gRGBcursor() — Silicon Graphics
NAME
gRGBcursor - returns the characteristics of the cursor in RGB mode
SPECIFICATION
C
gRGBcursor(index, red, green, blue, redm, greenm, bluem, b)
short *index, *red, *green, *blue, *redm, *greenm, *bluem;
Boolean *b;
FORTRAN
subroutine gRGBcu(index, red, green, blue, redm, greenm,
bluem, b)
integer*2 index, red, green, blue, redm, greenm, bluem
logical b
Pascal
procedure gRGBcursor(var index, red, green, blue, redm,
greenm, bluem: Short; var b: Boolean);
DESCRIPTION
gRGBcursor returns the seven parameters of the last RGBcursor command executed. These are index, red, green, blue, redm, greenm, and bluem. gRGBcursor also returns a boolean b that is TRUE if the automatic cursor is on. The system must be in RGB mode when this command is executed.
SEE ALSO
RGBcursor
NOTE
This command can be used only in immediate mode.
Version 2.4 — May 08, 1986