# Paint

Defines how the drawing operation will fill, stroke, color, and shade the shape.

# Constructors

# Paint()

# Properties

# Color color

RGBA value used when stroking and filling.

# bool isAntiAliased

Whether the drawing will attempt to draw the edges with partial transparency to mitigate aliasing.

# float strokeWidth

Thickness of the stroke line used to outline the shape.

# PaintStyle style

Whether the geometry is filled, stroked, or filled and stroked.