Template Keywords

Drawing - brush

The /brush/ keyword sets the colour used by the /rectangle/ keyword.

/brush/,<brush style>

The brush style must be one of the following:

white
ltgrey
grey
dkgrey
black
hollow
solid

If the brush style is solid, the /brush/ keyword should be preceded by the /colour/ keyword to specify the colour used.

Examples

This example set the brush to a solid dark grey colour.

/brush/,dkgrey

This example sets the brush to yellow.

/colour/,255,255,0
/brush/,solid

 

Contents
Search