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: longint);
DESCRIPTION
RGBcursor selects a cursor glyph from a table of 16 x 16 bit patterns that you define. index picks a glyph from the definition table. red, green, and blue specify the cursor color in RGB mode; redm, greenm, and bluem define an RGB writemask for the cursor.
RGBcursor is available only in RGB mode.
SEE ALSO
RGBmode, RGBwritemask, setcursor, defcursor IRIS Graphics Programming, Section 6.4, Cursors
NOTE
This routine is available only in immediate mode.
Version 2.5 — April 22, 1987