Brush for drawing operationsΒΆ

Brush

The brush defines the pattern that is used to fill the interiors of drawn figures. This may be a solid colour, a pattern or a bitmap image. The SetBrushType() is used to set the brush, and the SetBrushColor() function sets its colour.

Pre-defined brush types are listed in $SCULPTOR/include/draw.h under Brush styles.


RELATED TOPICS

Drawing operations