Can I control bitmap smoothing levels, or is it strictly on and off (true, false)?
Thanks
Printable View
Can I control bitmap smoothing levels, or is it strictly on and off (true, false)?
Thanks
You have access to smoothing (on/off) and pixelSnapping (whether Flash will blur bitmap pixels that lay on subpixel boundaries). You also can use three different levels of stage quality (although that's a global setting so it affects everything) and if you want to get really tricky you can use your bitmap as a vector fill on a shape that is slightly larger or smaller than the original which will put your bitmap through the vector rendering engine.