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
 difference in Opacity
 New Topic  Reply to Topic
Author Previous Topic Topic Next Topic  

john_siggy@yahoo.com

USA
138 Posts

Posted - Dec 25 2020 :  09:33:00  Show Profile  Reply
why is there a difference in Opacity between ImageEn and the Windows API ? Works for Max & Min Opacity values but values in the middle are darker with Windows API.


TIETextLayer(ImageEnVect2.CurrentLayer).Opacity := 1.0;
TIETextLayer(ImageEnVect2.CurrentLayer).FillOpacity := Opacity;



BlendFunc.SourceConstantAlpha := Opacity * 255;
Windows.AlphaBlend(Destination.Handle, X, Y, Source.Width, Source.Height,
Source.Canvas.Handle, 0, 0, Source.Width, Source.Height, BlendFunc);

Is There a ImageEn function to paint an opaque region ?

xequte

38196 Posts

Posted - Dec 28 2020 :  01:04:57  Show Profile  Reply
Hi

We don't use the Windows API to draw our opacity, so you may get different results with ImageEn.

Can you let me know more about what you are looking for with opaque query, do you mean with a TIECanvas?

Nigel
Xequte Software
www.imageen.com
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Reply to Topic
Jump To: