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
 Different background settings?

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
PeterPanino Posted - Apr 04 2021 : 08:50:59
Currently, TImageEnView.BackgroundStyle and BackgroundColors affect BOTH:
• the area BEHIND the image
• and the area AROUND the image

Is it possible to have SEPARATE background settings for each of both areas?

That would be very useful!

This concerns images where some parts of the image are transparent: In such a case I want to see a chessboard pattern for the transparent areas of the image and a solid color AROUND the image.

So when loading an image containing transparent areas I could set ImageEnView1.SetChessboardStyle, since loading any image apparently resets a previous setting created with SetChessboardStyle.
2   L A T E S T    R E P L I E S    (Newest First)
xequte Posted - May 12 2022 : 01:37:33
This will be supported in the next release:

ImageEnView1.BackgroundOuter  := clBtnFace;
ImageEnView1.BackgroundStyle  := iebsChessboard;
ImageEnView1.Background       := clWhite;
ImageEnView1.BackgroundColor2 := clSilver;




Nigel
Xequte Software
www.imageen.com
xequte Posted - Apr 05 2021 : 23:18:19
This is true. I'll look at this for a later version.


Nigel
Xequte Software
www.imageen.com