As you say, there is a performance hit, but today you can get this by calling Bitmap.getPixels(). It always returns unpremultiplied pixels. If you want the system to native draw in unpremul, that's a different/harder story.
On Thu, Apr 9, 2009 at 4:44 PM, hackerEnthusiast <[email protected]> wrote: > > Hey there, > > Is it possible to have the android framework output unmultiplied > alpha? If so, could it be done in the current framework by simply > changing the config? I understand that this change would mean a big > hit in performance, just wondering how flexible is the current > framework. Thanks! > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "android-framework" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-framework?hl=en -~----------~----~----~----~------~----~------~--~---
