参考文章:https://www.jianshu.com/p/69f62882e6a8
最后代码设置如下 //获取图片的亮度
float alpha=getImgAlpha(context);
Paint paint=new Paint(
2020-03-25