Developer Resources
Brush
Overview
Encapsulates a brush object, which is used for drawing
the background on a graphics object.
Constructor
- Brush(color : Color)
- Brush(name : String)
Arguments
- color
- The color to use to draw the background.
- name
- The name of the color to use to draw the background.