createBitmap(int width,int height,Bitmap.Config config)如何填充Bitmap? 我想创建一个给定宽度和高度的Bitmap,我不想生成一个随意的Color数组。我发现这个方法http://developer.android.com/reference/android/graphics/Bitmap.html#createBitmap(int,%20int,%20android.graphics.Bitmap.Config)创建了一个没有任何来源的Bitmap。 该方法如何填充位图的像素?
答案 0 :(得分:4)
使用零,RGB_565为黑色或ARGB_888为透明