AS3将位图颜色更改为黑色

时间:2014-11-24 12:15:35

标签: actionscript-3 colors bitmap pixels

我有一个Bitmap类的图像。 我如何将它的颜色改为黑色(除alpha之外的所有像素的颜色)?

1 个答案:

答案 0 :(得分:1)

我明白该怎么做。

yourBitmap.transform.colorTransform = new ColorTransform(0, 0, 0, 1);