You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
BitmaptransparentBitmap = Bitmap.createBitmap(500, 500, Bitmap.Config.ARGB_8888);
if (mBitmap.getConfig() != Bitmap.Config.RGB_565) {
// 如果位图包含透明度,则可能会导致橡皮擦无法对透明部分进行擦除LogUtil.w(TAG, "the bitmap may contain alpha, which will cause eraser don't work well.");
}
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: