UIImage(ImageEffects) Category Reference
Declared in | UIImage+ImageEffects.h |
---|
– applyLightEffect
Applies a lightening effect to the UIImage
.
- (UIImage *)applyLightEffect
Return Value
The new UIImage
object with the effect applied.
Discussion
Applies a lightening effect to the UIImage
.
Declared In
UIImage+ImageEffects.h
– applyExtraLightEffect
Applies an extra-strong lightening effect to the UIImage
.
- (UIImage *)applyExtraLightEffect
Return Value
The new UIImage
object with the effect applied.
Discussion
Applies an extra-strong lightening effect to the UIImage
.
Declared In
UIImage+ImageEffects.h
– applyDarkEffect
Applies a darkening effect to the UIImage
.
- (UIImage *)applyDarkEffect
Return Value
The new UIImage
object with the effect applied.
Discussion
Applies a darkening effect to the UIImage
.
Declared In
UIImage+ImageEffects.h
– applyTintEffectWithColor:
Applies a color tint effect to the UIImage
.
- (UIImage *)applyTintEffectWithColor:(UIColor *)tintColor
Parameters
tintColor |
The tint color to apply. |
---|
Return Value
The new UIImage
object with the effect applied.
Discussion
Applies a color tint effect to the UIImage
.
Declared In
UIImage+ImageEffects.h
– applyBlurWithRadius:tintColor:saturationDeltaFactor:maskImage:
Applies a blur effect to the image with a tint.
- (UIImage *)applyBlurWithRadius:(CGFloat)blurRadius tintColor:(UIColor *)tintColor saturationDeltaFactor:(CGFloat)saturationDeltaFactor maskImage:(UIImage *)maskImage
Parameters
blurRadius |
The radius of the blur. |
---|---|
tintColor |
The tint color to use. |
saturationDeltaFactor |
The saturation delta factor value to use. |
maskImage |
The mask to apply the blur effect to. |
Return Value
The new UIImage
object with the effect applied.
Discussion
Applies a blur effect to the image with a tint.
Declared In
UIImage+ImageEffects.h