Description
A painting brush that encapsulates a color or pattern used to fill paths.
Create with?ScriptUIGraphics.newBrush(). Use as a value of ?backgroundColor?properties, and pass as an argument to the?fillPath()?method.
Properties
color readonly |
The brush color. |
theme readonly |
The theme name. |
type readonly |
The brush type, solid or theme. |