Brush
classin packageklyn.gui.windows
public class Brush:
Fill configuration that can be applied to a `Painter`.
brush = Brush(Color(245, 247, 250, 1.0))
brush.fillRule = "evenodd"
Properties
| Modifier and Type |
Member |
Description |
| public property |
antialiasing |
Fill antialiasing flag. |
| public property |
fillRule |
Fill rule: `nonzero` or `evenodd`. |
| public property |
paint |
Fill paint source. |
Constructors
| Modifier and Type |
Member |
Description |
| public |
Brush |
No summary. |
Methods
| Modifier and Type |
Member |
Description |
| public |
clone |
Duplicates the fill configuration. |
| public override |
toString |
No summary. |