setpattern(3G) — Silicon Graphics
NAME
setpattern − selects a pattern for filling polygons, rectangles, and curves
SPECIFICATION
C
setpattern(index)
short index;
FORTRAN
subroutine setpat(index)
integer*4 index
Pascal
procedure setpattern(index: longint);
DESCRIPTION
setpattern selects a pattern from among those that defpattern defines. The default pattern is pattern 0, which is solid. If you specify an undefined pattern, the default pattern is selected.
SEE ALSO
color, defpattern, getpattern, writemask Programming Guide, Section 5.2, Patterns
Version 3.6 — December 20, 1987