Categories

Effects

OC_colormatrixTo


OC_colormatrixTo
Applies an dynamic/ animated colormatrix effect on an object.

TARGET.OC_colormatrixTo(rr,rg,rb,ra,roffset,gr,gg,gb,ga,goffset,br,bg,ba,bb.boffset,ar,ag,ab,aa,aoffset,duration,easetype,delay);

ie: MovieClip.OC_colormatrixTo(0.4,0.2,0.9,0.2,0,0.5,0.4,0.5,0.4,0,0.2,0.6,0.2,0,0,0.9,0.8,0.2,0.2,0,55,easeOutBounce,10);


Optional parameters
callback : function to execute when effect ends. (see Events)