C# Class JTSImageViewController.UIImageEffects

Exibir arquivo Open project: Amplify-Social/JTSImageViewControllerCSharp

Public Methods

Method Description
ApplyBlur ( this image, float blurRadius, UIColor tintColor, float saturationDeltaFactor, UIImage maskImage ) : UIImage
ApplyDarkEffect ( this self ) : UIImage
ApplyExtraLightEffect ( this self ) : UIImage
ApplyLightEffect ( this self ) : UIImage
ApplyTintEffect ( this self, UIColor tintColor ) : UIImage

Method Details

ApplyBlur() public static method

public static ApplyBlur ( this image, float blurRadius, UIColor tintColor, float saturationDeltaFactor, UIImage maskImage ) : UIImage
image this
blurRadius float
tintColor UIColor
saturationDeltaFactor float
maskImage UIImage
return UIImage

ApplyDarkEffect() public static method

public static ApplyDarkEffect ( this self ) : UIImage
self this
return UIImage

ApplyExtraLightEffect() public static method

public static ApplyExtraLightEffect ( this self ) : UIImage
self this
return UIImage

ApplyLightEffect() public static method

public static ApplyLightEffect ( this self ) : UIImage
self this
return UIImage

ApplyTintEffect() public static method

public static ApplyTintEffect ( this self, UIColor tintColor ) : UIImage
self this
tintColor UIColor
return UIImage