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
 Color Range Trackbar?

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 - Oct 10 2022 : 05:45:57
To select all colors inside a range of colors there is this method:

TImageEnView.SelectColors


Is there a built-in UI to select a range of colors VISUALLY, so I can use that range with the SelectColors method? I imagine something like a COLOR RANGE TRACKBAR.
2   L A T E S T    R E P L I E S    (Newest First)
xequte Posted - Oct 10 2022 : 17:22:37
Hi Peter

We'll consider that for a future version.

Nigel
Xequte Software
www.imageen.com
PeterPanino Posted - Oct 10 2022 : 12:13:11
I have an idea: The Palette demo:
\Demos\ImageAnalysis\Palette
...has the ability to extract all colors from an image (or from a selection?) to a Color Palette:

1. Is it possible to sort the Palette by similar colors and then select a RANGE of adjacent (i.e. similar) colors and then process these colors in the image? (E.g. transforming their color or luminosity, etc.).

UPDATE: The documentation says:
"TIEColorPalette displays a color palette and allows selection of a specific color."
So is it possible to select only ONE single color in the Palette? Why this restriction? Please implement a property MULTISELECT in TIEColorPalette!