# ShadowImageView **Repository Path**: ouyangpengdev/ShadowImageView ## Basic Information - **Project Name**: ShadowImageView - **Description**: 🔥可以根据图片内容变阴影颜色,更加细腻的阴影效果 It can change color according to the picture, more delicate shadow effect - **Primary Language**: Java - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-03-23 - **Last Updated**: 2021-03-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # ShadowImageView ## Abstract More exquisite shadow effect, used in some special scene to enhance the user experience. ## Chinese Documents [查看中文文档](https://github.com/yingLanNull/ShadowImageView/blob/master/READEME_CN.md) ## Picture ![1](https://github.com/yingLanNull/ShadowImageView/blob/master/show/shadow1.png) ![2](https://github.com/yingLanNull/ShadowImageView/blob/master/show/shadow2.png) ## GIF ![1](https://github.com/yingLanNull/ShadowImageView/blob/master/show/shadow.gif) ## Add Picture ![3](https://github.com/yingLanNull/ShadowImageView/blob/master/show/shadowcolor.png) ## Demo [Download App](https://github.com/yingLanNull/ShadowImageView/blob/master/show/app-debug.apk) ## Usage #### Gradle ``` dependencies { compile 'com.yinglan.shadowimageview:shadowimageview:1.0.4' } ``` ### In layout ``` ``` ### Set Picture ``` shadow.setImageResource(resID); shadow.setImageDrawable(drawable); shadow.setImageBitmap(bitmap); ``` ### Set the picture radius ``` shadow.setImageRadius(radius); ``` ### Set the shadow color of the image ``` shadow.setImageShadowColor(color); ``` ## Notice See[PPMusicImageShadow](https://github.com/PierrePerrin/PPMusicImageShadow), do a simple implementation, there may be a potential problem and use learning exchanges, looking forward to you have a better way of implementation. ## License The work done has been licensed under Apache License 2.0. The license file can be found [here](LICENSE). You can find out more about the license at: http://www.apache.org/licenses/LICENSE-2.0