see

http://proto.layer51.com/default.aspx

look at the color section there for some color functions. One there that might be useful is blendRGB() where you can take the color which the clip is currently and blend it with white by a t value of like .5 or something.


myColor.blendRGB(0xffffff, .5);