Note: You must be registered in order to post a reply.To register, click here. Registration is FREE!
// Add an red shadow effect to the current layer ImageEnView1.CurrentLayer.SoftShadow.Enabled := True; ImageEnView1.CurrentLayer.SoftShadow.ShadowColor := TColor2TRGB( clRed ); ImageEnView1.CurrentLayer.SoftShadow.Radius := 5; ImageEnView1.Update();