setshade() — Silicon Graphics Beta Release
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 using spclos.
SEE ALSO
spclos, splf
Version 2.3 — July 04, 1985