Declaration
property InnerGlow: TIEVSoftShadow;
Description
Enables and sets the properties of the inner glow (inner shadow) of the layer.

Note: The Intensity property has no effect with InnerGlow
Example
// Add an inner glow effect for 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