mixin

Paint

@Js
const mixin Paint

Paint models the color, image, or pattern used to stroke or fill a shape. Currently there is only one implementation: Color.

methods isColorPaint

Is this solid color paint

asColorPaint

Return as solid Color

asColorPaint abstract Color asColorPaint()

Return as solid Color

isColorPaint abstract Bool isColorPaint()

Is this solid color paint

Haxall 4.0.5 ∙ 24-Feb-2026 14:33 EST