I also figured out to try something like:
image.Modulate(new ImageMagick.Percentage(100), new ImageMagick.Percentage(100), new ImageMagick.Percentage(0));
but it doesn't give the expected results.
Is there a way to actually manipulate fillColor once I have got it, rather than manipulating the image.
Thanks
image.Modulate(new ImageMagick.Percentage(100), new ImageMagick.Percentage(100), new ImageMagick.Percentage(0));
but it doesn't give the expected results.
Is there a way to actually manipulate fillColor once I have got it, rather than manipulating the image.
Thanks