gRGBcursor(3) — Unix Programmer’s Manual
NAME
gRGBcursor - return the characteristics of the cursor in RGB mode
SYNOPSIS
C
gRGBcursor(index, red, green, blue, redm, greenm, bluem, b)
short ∗index;
RGBvalue ∗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: Short;
var red, green, blue, redm, greenm, bluem: RGBvalue;
var b: Boolean);
DESCRIPTION
The gRGBcursor command returns the seven parameters of the last RGBcursor command executed. These are: index, red, green, blue, redm, greenm, and bluem. For a more detailed description, see RGBcursor. It also returns a boolean b that is TRUE is the automatic cursor is on. The system must be in RGB mode when this command is executed; otherwise, it is ignored.
SEE ALSO
RGBcursor
NOTE
This command can only be used in immediate mode.
Silicon Graphics — R1c