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 that executed. The parameters are index, red, green, blue, redm, greenm, and bluem. gRGBcursor also returns a boolean b that is TRUE (1) if the automatic cursor is on. The system must be in RGB mode when gRGBcursor executes.
SEE ALSO
RGBcursor IRIS Graphics Programming, Section 6.4, Cursors
NOTE
This routine is available only in immediate mode.
Version 2.5 — April 22, 1987