I've been trying to use the ImageEditor's Hue and Saturation to accomplish the same task as Adobe's Color Channel Mixer but the operations are color channel specific and I was getting nowhere with it as I could potentially have Luminosity values above 1 which would cause issues with Saturation calculations.
Does anyone know if there is a .NET control or color management library that can be purchased or free that could accomplish the task of increasing/decrease individual color channels on an image? I really only need the image as a "preview", and then use then save the R G B for use in another application. RGB values are decimal but 0-100% but can be overdriven just like Adobe's Color Channel Mixer up to 500% (adobe only goes up to 200%).
I've seen some sample code all C++ and "unsafe" code so wasn't too helpful ... either a .NET library or .NET control ... can anyone point me in a direction?
Cheers, Rob.