fillstyle <name>
or
fillstyle <name> = <ident>
Create or redefine a fillstyle identifier.
<name>
The name of the fillstyle identifier.
<ident>
Copy the attributes of an existing fillstyle identifier into the new fillstyle identifier.
All command switches are ignored.
-col=<color>
The color component of the fillstyle. If this is omitted, no color fill is
performed on graphic primitives with this fillstyle.
-hat=<hatchstyle>
The hatching component of the fillstyle. If this is omitted no hatching
is performed on graphic primitives with this fillstyle.
-im=<file>
The tile pattern component of the fillstyle.
<file> should be an image file. If this is omitted, and there
is no -tile switch, no tiling is applied to graphic primitives with this fillstyle.
-til=<tile>
The tile pattern component of the fillstyle.
<tile> should be a tile identifier. If this is omitted, and there
is no -im switch, no tiling is applied to graphic primitives with this fillstyle.
-tcol=<color>
The color component of the tile pattern. This is only used in conjunction
with the -til option and defines the color of
on bits in the tile pattern. If this is omitted, a default foreground
color (usually black) is used. The off bits in the tile pattern are displayed
using the fill color (-col), or is considered
transparent if -col is not defined. This color
component is ignored when the tile pattern is full-color.
Fillstyle identifiers can have global or application scope, but cannot have local scope. When local fillstyle identifiers are required, string identifiers should be used to reference the fillstyle to which the local identifier refers.
The -im and -tile switches are mutually exclusive.
fillstyle grassfill, -col=pale_green, -til=grass, -tcol=green
fillstyle newgrass = grassfill
|
Commands: |
|
|
Identifiers: |
scope (atable) |
|
Structures: |