color = bitmapData.getPixel(_x,_y); if (color == 0xffffff) { bitmapData.setPixel32(_x,_y,0x00000000) }