摘要:
一、构造方法:var bmd:BitmapData=new BitmapData(200,100,true,0xffff0000);参数说明:1、宽2、高3、是否使用32位填充位图(包括alpha)4、填充色。二、属性(注意:所有属性都是只读)1、widht 宽2、height 高3、rect 矩形范围,即:Rectangle4、transparent 透明度,即:是否使用32位填充。三、方法1、applyFilter():使用滤镜applyFilter(sourceBitmapData:BitmapData, sourceRect:Rectangle, destPoint:Point, fi
阅读全文