RGBcursor() — Silicon Graphics
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, red, green, blue, redm,
greenm, bluem: Short);
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.4 — May 08, 1986