TIEVSoftShadow.ShadowColor
Declaration
ShadowColor: TRGB;
Description
Specifies the shadow color.
Default: 0,0,0 (black)
ImageEnMView.SoftShadow.ShadowColor := TColor2TRGB( clBlue );
// Display a soft shadow effect for the current layer
ImageEnMView.SoftShadow.ShadowColor := TColor2TRGB( clBlack );
ImageEnView1.CurrentLayer.SoftShadow.Enabled := True;
ImageEnView1.Update();
// 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
◼CreateRGB◼TRGB2TColor◼TColor2TRGB