Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
背景が主に2色のpngがあります。as3が色を選択して透明にする方法を提供しているかどうか知りたいです。
BitmapData クラスを見てください。
各ピクセルの色を取得し、一部の透明度を設定できます。
1 つのオプションは、BitmapData メソッドのしきい値を使用することです。
http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/flash/display/BitmapData.html#threshold%28%29
public function threshold(sourceBitmapData:BitmapData, sourceRect:Rectangle, destPoint:Point, operation:String, threshold:uint, color:uint = 0, mask:uint = 0xFFFFFFFF, copySource:Boolean = false):uint