Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ gRGBcursor(3g) — GL2 W2.4

Media Vault

Software Library

Restoration Projects

Artifacts Sought

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

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