Whats the difference between these two? They seem to both do the same thing not to mention both applied to the bitmap through applyFilter().
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The color matrix filter is, as the name and usage implies, an image filter effect available in Flash (documentation available here).
Pixel Bender is the generalised language and tools provided to allow you to create your own custom image filters. More pixel bender info here: http://www.adobe.com/devnet/pixelbender/
So, at the simplest level, the colour matrix is a built-in filter and pixel bender allows you to create your own filters.