I am using ColorMatixFilter on an Image in Flex. I am really close to getting want I need out of the filter. Basically any PNG file the user uploads I want all pixels that are not transparent to be co
I have read the ColorMatrix documentation and it says the following: 5x4 matrix for transforming the color+alpha components of a Bitmap.
I have a MovieClip - for example a character\'s face. It has a black border and a brown fill (skin). I need to change the skin\'s color.
What is C# (wpf, .NET) analog for ColorMatrixFilter in ActionS开发者_开发问答cript?It is the ColorMatrix class.there\'s no such built-in thing per se, if I understood correctly. however, you should ch