Brush Object |
Brushes are used to fill any large areas on your map such as polygon features. There are two kinds of brush objects: solid color brushes and pattern brushes. A solid brush fills the area with a single color. A pattern brush fills the area with a given picture that is tiled to fill the area.
Brush<color> // A Solid Brush Brush<Data[(bitmap data)]> // A pattern brush
!blueBrush=brush<(0,0,255)>