Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ gRGBcursor(3) — GL1 W2.3

Media Vault

Software Library

Restoration Projects

Artifacts Sought

gRGBcursor(3)  —  Silicon Graphics R1c

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. 

Version 2.3  —  July 04, 1985

Typewritten Software • bear@typewritten.org • Edmonds, WA 98026