ImageEn, unit iexLayers

TIELayer.InnerGlow

TIELayer.InnerGlow

Declaration

property InnerGlow: TIEVSoftShadow;

Description

Enables and sets the properties of the inner glow (an inner shadow) of the layer.


Note:
The Intensity property has no effect with InnerGlow
Glow is not rendered onscreen at zoom levels above 500% to prevent performance issues
For outer glows, use: SoftShadow

Example

// Add an inner glow effect to the current layer
ImageEnView1.CurrentLayer.InnerGlow.Enabled := True;
ImageEnView1.CurrentLayer.InnerGlow.Radius  := 50;
ImageEnView1.CurrentLayer.InnerGlow.ShadowColor := TColor2TRGB( clYellow );
ImageEnView1.Update();


See Also

LayersFastDrawing
SoftShadow