You could try using AvoidXferMode but I believe it doesn't support transparency.
Otherwise the fastest alternative in java land would be to generate a byte buffer the size of the pixels in the image and then read them from the bitmap and then set them again. You will pay the cost of read and write but you will be able to set your alpha channel. On Jan 13, 10:46 am, TreKing <[email protected]> wrote: > On Thu, Jan 13, 2011 at 4:47 AM, crem <[email protected]> wrote: > > So... any suggestions? > > Read the documentation for images and bitmaps. > > --------------------------------------------------------------------------- > ---------------------- > TreKing <http://sites.google.com/site/rezmobileapps/treking> - Chicago > transit tracking app for Android-powered devices -- You received this message because you are subscribed to the Google Groups "Android Developers" 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-developers?hl=en

