摘要: 关于ARGB_8888、ALPHA_8、ARGB_4444、RGB_565的理解 A:透明度 R:红色 G:绿 B:蓝 Bitmap.Config ARGB_4444:每个像素占四位,即A=4,R=4,G=4,B=4,那么一个像素点占4+4+4+4=16位 Bitmap.Config ARGB_88 阅读全文
posted @ 2015-12-10 17:40 Matrix_Ran 阅读(1011) 评论(0) 推荐(0)