setpattern() — Silicon Graphics Beta Release
NAME
setpattern - selects a texture pattern for filling polygons, rectangles, and curves
SPECIFICATION
C
setpattern(index)
short index;
FORTRAN
subroutine setpat(index)
integer*4 index
Pascal
procedure setpattern(index: Short);
DESCRIPTION
setpattern selects a texture pattern from among those the user has defined with defpattern. The default pattern is pattern 0, which is solid. If an undefined pattern is specified, the default pattern is selected.
SEE ALSO
color, defpattern, getpattern, writemask
Version 2.3 — July 04, 1985