One of color overlay, inner shadow, outer shadow, inner glow, outer glow.
mProperties
An expression which evaluates to an array.
Example
// Create an effect from an array of propertiesvariable tProps asArrayputtheemptyarrayinto tPropsputcolor [0,0,0] into tProps["color"]put"source over"into tProps["blend mode"]put0into tProps["spread"]put5into tProps["size"]put5into tProps["distance"]put60into tProps["angle"]variable tEffect asEffectput outer shadoweffectwithproperties tProps into tEffect
Values
Name
Type
Description
return
A new effect of type mType with properties read from mProperties.