EffectMake

Typeexpression
DictionaryLCB
LibraryLiveCode Builder
Syntax
<mType> effect
Associationscom.livecode.canvas
Summary

Creates a new effect.

Parameters
NameTypeDescription
mType

One of color overlay, inner shadow, outer shadow, inner glow, outer glow.

Example
// Create an effect with default properties
variable tEffect as Effect
put outer shadow effect into tEffect
Values
NameTypeDescription
return

A new effect of type mType with default property values.

Description

Creates a new effect.

Tagscanvas