public class Brush:
Fill configuration that can be applied to a Painter.
brush = Brush(Color(245, 247, 250, 1.0)) brush.fillRule = "evenodd"
| Modifier and Type | Member | Description |
|---|---|---|
| public property | antialiasingantialiasing as Boolean |
Fill antialiasing flag. |
| public property | fillRulefillRule as String |
Fill rule: `nonzero` or `evenodd`. |
| public property | paintpaint as Object |
Fill paint source. |