ImageEn for Delphi and C++ Builder ImageEn for Delphi and C++ Builder

 

ImageEn Forum
Profile    Join    Active Topics    Forum FAQ    Search this forumSearch
Forum membership is Free!  Click Join to sign-up
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 ImageEn Library for Delphi, C++ and .Net
 ImageEn and IEvolution Support Forum
 Suggestion: TIETextLayer SoftShadow optimization
 New Topic  Reply to Topic
Author Previous Topic Topic Next Topic  

bajie

12 Posts

Posted - Apr 14 2026 :  07:19:27  Show Profile  Reply
Description:
TextLayer.SoftShadow(TIEVSoftShadow)
Wish add support for setting the Shadow color value

xequte

39397 Posts

Posted - Apr 14 2026 :  18:44:43  Show Profile  Reply
Hi

You can use:

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


Nigel
Xequte Software
www.imageen.com
Go to Top of Page

bajie

12 Posts

Posted - Apr 14 2026 :  21:23:46  Show Profile  Reply
OK

ps:
Wish add setting for ShadowColor transparency
Currently:
ShadowColor#65306;TColor; //RGB
Expected:
ShadowColorT#65306;AColor; //ARGB
Go to Top of Page

xequte

39397 Posts

Posted - Apr 15 2026 :  16:15:10  Show Profile  Reply
Hi

You should use the Intensity property to manage this.

Nigel
Xequte Software
www.imageen.com
Go to Top of Page

bajie

12 Posts

Posted - Apr 15 2026 :  21:01:23  Show Profile  Reply
OK,i got it.
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Reply to Topic
Jump To: