setshade() — Silicon Graphics Silicon Graphics
NAME
setshade - sets the current polygon shade
SPECIFICATION
C
setshade(shade)
Colorindex shade;
FORTRAN
subroutine setsha(shade)
integer*4 shade
Pascal
procedure setshade(shade: Colorindex);
DESCRIPTION
setshade sets the current shade value. This value is a color index which is associated with the vertices specified immediately following the setshade command. The setshade values are used to shade polygons closed with spclos. The result of using setshade in the definition of a polygon and closing the polygon with pclos, rather than splos, is undefined.
SEE ALSO
spclos, splf
Version 2.4 — May 08, 1986