Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ RGBcursor(3g) — GL2 W2.3

Media Vault

Software Library

Restoration Projects

Artifacts Sought

RGBcursor()  —  Silicon Graphics Beta Release

NAME

RGBcursor - sets the characteristics of the cursor in RGB mode

SPECIFICATION

C
RGBcursor(index, red, green, blue, redm, greenm, bluem)
short index, red, green, blue, redm, greenm, bluem;

FORTRAN
subroutine RGBcur(index, red, green, blue, redm,
greenm, bluem)
integer*4 index, red, green, blue, redm, greenm, bluem

Pascal
procedure RGBcursor(index: Short;
red, green, blue, redm, greenm, bluem: RGBvalue);

DESCRIPTION

RGBcursor allows selection of a cursor glyph from a table of 16×16 bit patterns already defined by the user.  The first argument, index, picks a glyph from the definition table.  red, green, and blue specify the cursor color in RGB mode, while redm, greenm, and bluem define an RGB writemask for the cursor.  RGBcursor can be used only in RGB mode. 

SEE ALSO

RGBmode, RGBwritemask, setcursor, defcursor

NOTE

This command can be used only in immediate mode. 

Version 2.3  —  July 04, 1985

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