I have made a program that uses ColorMatrix class, but it uses System.Drawing.Graphics, so it draws an image onto a component, is there a way to use System.Drawing.Graphics to draw onto a blank bitmap, or just implement the ColorMatrix class without System.Drawing.Graphics?
Thanks in advance
Angus Higgins