Skip to content

BlurryImage 设置类似于网易云音乐的虚化背景

Notifications You must be signed in to change notification settings

xiaobaiso/BlurryImage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

BlurryImage

初始化并设置蒙版的颜色

-(ANBlurredImageView *)initWithBlurAmount:(CGFloat)amount withTintColor:(UIColor *)color;

默认的模糊化设置

-(void)blurredImageViewDefault;

默认的清晰化的设置

-(void)blurredImageViewOutConfigDefault;

带配置的模糊化配置

-(void)blurredImageViewInConfigWithBlurAmount:(NSInteger)blurAmount showTime:(CGFloat)time;

清除模糊化过程中带来的动画渐变图片

-(void)blurredImageFinishAnimation;

不产生渐变过程,直接生产模糊后的图片

-(UIImage *)blurredLastestImage;

示例图片:

image

About

BlurryImage 设置类似于网易云音乐的虚化背景

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published