settexture(3) — Unix Programmer’s Manual
NAME
settexture - select a pattern for filling polygons, rectangles, and curves
SYNOPSIS
C
settexture(index)
short index;
FORTRAN
subroutine settex(index)
integer∗2 index
Pascal
procedure settexture(index: Short);
DESCRIPTION
Settexture selects a screen texture from among those the user has defined with the command deftexture. The default texture is texture 0. If the user has not redefined texture 0, it is a solid pattern.
If an undefined texture is specified, the command is ignored.
SEE ALSO
color, deftexture, gettexture, writemask
Silicon Graphics — R1c