views:

96

answers:

1
A: 

If you only want to remove white pixels you can compare the image with a white bitmap in the same size and change the matching pixels (see: http://livedocs.adobe.com/flash/9.0/ActionScriptLangRefV3/flash/display/BitmapData.html#compare%28%29).

yn2