android drawBitmap RBG_888
I'd like to blit a 24开发者_开发百科bit bitmap. Of course I can use the ARGB_8888 bitmap mode, but I don't care about the alpha channel.
My bitmap is a background. So I'd like to inprove performance by indicate to android that there is no reason to use alpha channel.
Is there a way to do that?
精彩评论