android 画笔阴影

android 画笔阴影 在Paint上设置遮盖效果

1、

 BlurMaskFilter blu=new BlurMaskFilter (7,Blur.SOLID); Paint.setMaskFilter(blu);



2、

setShadowLayer(float radius, float dx, float dy, int shadowColor)

radius表示阴影的扩散半径;dx和dy表示阴影平面上的偏移值;shadowColor就不说了阴影颜色。
必须先调用setLayerType(LAYER_TYPE_SOFTWARE,Paint)方法。



posted @ 2017-03-28 14:46  清澈见底  阅读(157)  评论(0编辑  收藏  举报