API Docs for: 1.5.3
Show:

ColorMatrixFilter Class

The ColorMatrixFilter class lets you apply a 4x4 matrix transformation on the RGBA color and alpha values of every pixel on your displayObject to produce a result with a new set of RGBA color and alpha values. Its pretty powerful!

Item Index

Properties

Properties

matrix

Array and array of 26 numbers

Sets the matrix of the color matrix filter

Default: [1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1]