CanvasPropertyPaint

Typeoperator
DictionaryLCB
LibraryLiveCode Builder
Syntax
the paint of <mCanvas>
Associationscom.livecode.canvas
Summary

The current paint of a canvas.

Parameters
NameTypeDescription
mCanvas

An expression which evaluates to a canvas.

Example
// Set canvas to paint with solid blue
set the paint of this canvas to solid paint with color [0,0,1]
Description

The paint used for fill / stroke operations on mCanvas.

Tagscanvas