const mixin graphics::Paint
graphics::Paint
@Js
Source
Paint models the color, image, or pattern used to stroke or fill a shape. Currently there is only one implementation: Color.
- 
asColorPaint
- 
abstract Color asColorPaint()
 
Source Return as solid Color 
- 
isColorPaint
- 
abstract Bool isColorPaint()
 
Source Is this solid color paint