Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ grgbcurso(3G) — GL2 W3.6

Media Vault

Software Library

Restoration Projects

Artifacts Sought

gRGBcursor(3G)  —  Silicon Graphics

NAME

gRGBcursor − returns the cursor characteristics 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 executed RGBcursor .  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 Programming Guide, Section 6.4, Cursors

NOTE

This routine is available only in immediate mode. 

Version 3.6  —  December 20, 1987

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