The ColorMatrixFilter is a really useful filter for color manipulation of an image in Flash. It is basically a 4×5 matrix that allows you to change the RGBA value of each pixel based on its current RGBA value. You can look at it like row 1 is R, row 2 is G, row 3 is [...]
Author Archive
June 22, 2010
1
Construction Paper Camera Tutorial
By cwalburn in Labs, flashYou’ve probably seen Obamicon.Me around the internet. Simple, yet entertaining. Well, a while back I was experimenting with some cool BitmapData functions like paletteMap() and threshold() and I decided to see if I could replicate it. What resulted was sort of a construction paper camera that I thought I would do a little step-by-step tutorial about. You [...]
Tags: tutorial