Skip to main content

EffectPropertyType

Type

operator

Summary

The type of an effect.

Syntax

the type of <mEffect>

Description

The type of mEffect as a string. Can be one of "color overlay", "inner shadow", "outer shadow", "inner glow", "outer glow".

Parameters

NameTypeDescription

mEffect

An expression which evaluates to an effect.

Examples

// Create an outer shadow effect
variable tEffect as Effect
put outer shadow effect into tEffect

// Get the type of the effect, in this case it will be "outer shadow"
variable tType as String
put the type of tEffect into tType
Thank you for your feedback!

Was this page helpful?