google-code-export / nekonme

Automatically exported from code.google.com/p/nekonme
1 stars 0 forks source link

BitmapData.copyPixels with full Alpha support on CPP/iOs #254

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
bitmapData.copyPixels( bitmapData, bitmapData.rect, new Point(0,0), 
otherBitmapData, new Point(0,0), true);

What is the expected output? What do you see instead?
bitmapData should use the alpha channel from otherBitmapData. It doesn't.

What version of the product are you using? On what operating system?
NME 3.4, iOs 4

Please provide any additional information below.
Has been already reported here : 
http://www.haxenme.org/community/forums/feature-requests/bitmapdata.copypixels-w
ith-full-alpha-support

Original issue reported on code.google.com by erik.esc...@gmail.com on 23 Jul 2012 at 12:02