(SET-FILL-STYLE
fill-style color
)
Sets the current fill pattern to one of the defined pattern and selects the fill color.
Fill-style
can be one of the following:
all background color
all fill color
continuous
light
thick
light
thick
hatch
X-hatch
50% grey
20% grey
10% grey
Don't use
(SET-FILL-STYLE
...)
, but use
SET-FILL-PATTERN
instead, or you might get unpredictable results.
For a table of color constants, see
SET-COLOR
below.