CanvasPropertyOpacity

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

The current opacity setting of a canvas.

Parameters
NameTypeDescription
mCanvas

An expression which evaluates to a canvas.

Example
// make subsequent drawing operations render with half transparency
set the opacity of this canvas to 0.5
Description

The opacity of drawing operations on mCanvas, as a number between 0 and 1.

Tagscanvas