Note: You must be registered in order to post a reply. To register, click here. Registration is FREE!
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.
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!