Skip to content

Commit

Permalink
Update UIImage+ImageEffects.h
Browse files Browse the repository at this point in the history
  • Loading branch information
itjhDev authored Aug 15, 2024
1 parent bae5aed commit 97cfd82
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions TouTiao/UIImage+ImageEffects.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
- (UIImage *)applyLightEffect;
- (UIImage *)applyExtraLightEffect;
- (UIImage *)applyDarkEffect;
- (UIImage *)applyDarkEffectById;
- (UIImage *)applyTintEffectWithColor:(UIColor *)tintColor;
- (UIImage *)applyBlurWithRadius:(CGFloat)blurRadius tintColor:(UIColor *)tintColor saturationDeltaFactor:(CGFloat)saturationDeltaFactor maskImage:(UIImage *)maskImage;

Expand Down

0 comments on commit 97cfd82

Please sign in to comment.