我有一个png,主要有两种颜色作为背景。我想知道as3是否提供了选择颜色以使其透明的方法。
答案 0 :(得分:0)
答案 1 :(得分:0)
一种选择是使用BitmapData方法阈值:
public function threshold(sourceBitmapData:BitmapData, sourceRect:Rectangle, destPoint:Point, operation:String, threshold:uint, color:uint = 0, mask:uint = 0xFFFFFFFF, copySource:Boolean = false):uint