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

 

ImageEn Forum
Profile    Join    Active Topics    Forum FAQ    Search this forumSearch
 All Forums
 ImageEn Library for Delphi, C++ and .Net
 ImageEn and IEvolution Support Forum
 difference in Opacity

Note: You must be registered in order to post a reply.
To register, click here. Registration is FREE!

View 
UserName:
Password:
Format  Bold Italicized Underline  Align Left Centered Align Right  Horizontal Rule  Insert Hyperlink   Browse for an image to attach to your post Browse for a zip to attach to your post Insert Code  Insert Quote Insert List
   
Message 

 

Emoji
Smile [:)] Big Smile [:D] Cool [8D] Blush [:I]
Tongue [:P] Evil [):] Wink [;)] Black Eye [B)]
Frown [:(] Shocked [:0] Angry [:(!] Sleepy [|)]
Kisses [:X] Approve [^] Disapprove [V] Question [?]

 
Check here to subscribe to this topic.
   

T O P I C    R E V I E W
john_siggy@yahoo.com Posted - Dec 25 2020 : 09:33:00
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 ?
1   L A T E S T    R E P L I E S    (Newest First)
xequte Posted - Dec 28 2020 : 01:04:57
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