FreeEffect()

Syntax

FreeEffect(#Effect)
Description
Free the specified effect.

Parameters

#Effect The effect to free. If #PB_All is specified, all the remaining effects are freed.

Return value

None.

Remarks

Once the effect is freed, it may not be used anymore.

All remaining effects are automatically freed when the program ends.

See Also

CreateRibbonEffect(), CreateCompositorEffect()

Supported OS

All

<- DetachRibbonEffect() - SpecialEffect Index - HideEffect() ->