Tagged Questions
0
votes
2answers
854 views
How to continuously fade a BitmapData to a certain color?
I'm drawing stuff on a bitmapData and I need to continuously fade every pixel to 0x808080 while still drawing (its for a DisplacementMapFilter)...
I think this illustrates my problem:
...