colormatrixfilter

What is C# analog for ColorMatrixFilter in ActionScript?

What is C# (wpf, .NET) analog for ColorMatrixFilter in ActionScript? ...

Required Info to choose colormatrix for getting original Image

Hi, I have a requirement where i need to mask and clear the masked portion of the images. I am done with masking part of the requirement. I am using color matrix to mask my image also the selected portion in the image is blacked out. For this the color matrix setting used is , colormatrix obj = new colormatrix ( { 255,0,0,0,0} {0,255,...