AS3 - 图像平滑

Uli*_*Uli 1 actionscript-3 bitmapdata

如何为从BitmapData数组中获取的图像添加平滑?

我的代码:

con.addChild(new Bitmap(myImage[0]))
Run Code Online (Sandbox Code Playgroud)

谢谢.乌利

mgr*_*aph 5

尝试:

con.addChild(new Bitmap(myImage[0], "auto", true))
Run Code Online (Sandbox Code Playgroud)