I figured out how to get what I wanted using BitmapData.threshold:
                                        
image.bitmapData.threshold(image.bitmapData,
image.getRect(image), new Point(), "<", 0xFF000000, 0xFF000000,
0xFF000000);


--- In flexcoders@yahoogroups.com, "toofah_gm" <[EMAIL PROTECTED]> wrote:
>
> OK, I figure this is easy, but just can't seem to get it right.
> 
> Anyone know how to take a loaded BitmapData object and make all of the
> transparent areas in it black?
>


Reply via email to