Gamua / Starling-Framework

The Cross Platform Game Engine
http://www.starling-framework.org
Other
2.84k stars 819 forks source link

Add 'color' parameter to 'drawToBitmapData' #945

Closed marpies closed 7 years ago

marpies commented 7 years ago

It'd be great if we could specify the color the painter is cleared with before drawing to bitmap data. Currently it defaults to black and cannot be changed as needed.

PrimaryFeather commented 7 years ago

Thanks for the suggestion! You're right, that would indeed be useful, I'll add that!

PrimaryFeather commented 7 years ago

I finally could squeeze that in! Please try it out and let me know if that works for you. :smile: