Control movieClip Saturation Via Code?

Hello, Is there a way to animate the Adjust Color filter in Flash 8? I am familiar with coding the filter such as blurFilter(), dropShadowFilter(), etc, but i can not fine the command for the Adjust Color filter. Specifically i want to adjust the saturation of movie clips dymacally. Thanks for any help!

Look into the ColorMatrixFilter:
http://www.senocular.com/flash/source.php?id=0.169

perfect, figured it out. thanks for the link.