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
 CastColorRange

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
graph_man Posted - Jul 08 2018 : 17:43:20
This command works only if BeginColor is darker than EndColor.
How to fix it?
4   L A T E S T    R E P L I E S    (Newest First)
xequte Posted - Jul 23 2018 : 19:15:41
Hi

We have discussed this internally, and have agreed that it is working as designed.

Ordering the colors passed as parameters could have unintended consequences, for example, if blue (0,0,255) and green (0,255,0) were passed, would we re-order the channels to black (0,0,0) to cyan (0,255,255).

Also, it is counter to mathematical expectation. E.g. if you request all numbers >= 5 and <= 3, you should get nothing, not 3, 4 and 5.

I will improve the documentation to make this more clear.


Nigel
Xequte Software
www.imageen.com
graph_man Posted - Jul 11 2018 : 10:56:09
Fix it please for SelectColors also.
graph_man Posted - Jul 11 2018 : 07:30:44
Thanks
xequte Posted - Jul 10 2018 : 21:41:41
Hi

We will investigate this for 8.0.2.

Nigel
Xequte Software
www.imageen.com