Home | Contact Us | Store

Color Matrix Transformation : Adjust Brightness

This series of flash color tutorials use Color Matrix Transformation to make some flash color animation with Flash ActionScript 3. The first flash tutorial show how to use Color Matrix Transformation to adjust the brightness of image.

Flash ActionScript Color Matrix Transformation example display here. Your flash player version is too old to see this flash example!

Flash Tutorial Content:

The ColorMatrixFilter class lets you apply a 4 x 5 matrix transformation on the ARGB color and alpha values of every pixel on the input image to produce a result with a new set of ARGB color and alpha values. This filter allows hue (distinct color or shade) rotation, saturation (intensity of a specific hue) changes, luminance (brightness or intensity of a color) to alpha, and various other effects. Also, you can animate these filters to create effects in your applications.

We start exploring Color Matrix transformation matrix by adjusting the brightness of a movieclip.

The complete Flash Movie of this tutorial is shown as above.

Flash ActionScript Codes:

Almost all flash source codes on this website are free to download. In order to maintain our website, which includes the developement and maintenance of tutorials, we would appreciate your kind contribution by buying some source files at very small fee. Once we get reasonable amount of incentives from contribution or Advertisement sponsors, the source codes will be released for free to download.

Download Flash Source File:

Flash Source File Awaiting to be released.

Remarks:

This Flash Color Matrix Transformation ActionScript tutorial shows how to adjust brightness of flash movieclip.

ActionScript Color Matrix Transformation