Skip to main content

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

NameTypeDescription

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]
Thank you for your feedback!

Was this page helpful?