ImageEn, unit hyiedefs

TIEVSoftShadow.Radius

TIEVSoftShadow.Radius


Declaration

Radius: Double;


Description

The radius of the shadow (which controls its blur)

Default: 3


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();