TEffectList Class This class holds a list of effects that are applied to a drawing. Syntax Unit: FlexCel.Core TEffectList = class(TFlexCelObject, IComparable, System.IComparable<_UThemes.TEffectList.TEffectList>); Constructors Name Description Create Overloaded Create Create(TBlurEffect, TFillOverlayEffect, TGlowEffect, TInnerShadowEffect, TOuterShadowEffect, TPresetShadowEffect, TReflectionEffect, TSoftEdgesEffect) Methods Name Description Clone Returns a deep copy of this object. CompareTo Overloaded CompareTo(TObject) CompareTo(TEffectList) Equals Returns true if both objects are the same. GetHashCode Returns the hashcode of the object. Properties Name Description Blur Blur effect. FillOverlay Fill overlay effect. Glow Glow effect. InnerShadow Inner shadow effect. OuterShadow Outer shadow effect. PresetShadow Preset shadow effect. Reflection Reflection effect. SoftEdges Soft edges effect.