EffectMake
Type
expression
Summary
Creates a new effect.
Syntax
<mType> effect
Description
Creates a new effect.
Parameters
Name | Type | Description |
---|---|---|
mType | One of color overlay, inner shadow, outer shadow, inner glow, outer glow. |
Examples
// Create an effect with default properties
variable tEffect as Effect
put outer shadow effect into tEffect