CanvasPropertyPaint
Type
operator
Summary
The current paint of a canvas.
Syntax
the paint of <mCanvas>
Description
The paint used for fill / stroke operations on mCanvas.
Parameters
Name | Type | Description |
---|---|---|
mCanvas | An expression which evaluates to a canvas. |
Examples
// Set canvas to paint with solid blue
set the paint of this canvas to solid paint with color [0,0,1]