少しでも時間を置くとすぐに忘れてしまう BitmapData#threshold について、いいかげん非効率も甚だしいんで、今ここで備忘録としてエントリー。 書式は以下。 public function threshold( sourceBitmapData : BitmapData, sourceRect : Rectangle, destPoint : Point, operation : String, threshold : uint, color : uint = 0, mask : uint = 0xFFFFFFFF, copySource : Boolean = false ):uint threshold() メソッドで押さえとくべきツボは何といっても第7引数 mask。 あと、その第7引数に指定した値によって、第5引数 threshold も若干の注視が必要になるってとこ