type

Paint

src @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

asColorPaint

Return as solid Color

isColorPaint

Is this solid color paint

Slot Details

asColorPaint

src abstract Color asColorPaint()

Return as solid Color

isColorPaint

src abstract Bool isColorPaint()

Is this solid color paint