I have an application that needs to allow the user to change the hue of a jpeg stored in a TImage, I’ve successfully used the filter “THueAdjustEffect” that comes with Delphi XE6 to do this, however I need to be able to control this with more precision. What I need to achieve is the ability for the user to change the values of each RGB channel using sliders/trackbars to adjust the colour matrix of the jpeg by varying the amounts of Red, Green and Blue.
I’m new to image manipulation with Firemonkey and it may be straight forward but I can’t see a way this might be achieved. Any help would be greatly appreciated!
Thanks.