C# Class JTSImageViewController.UIImageEffects

Afficher le fichier Open project: Amplify-Social/JTSImageViewControllerCSharp

Méthodes publiques

Méthode 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 méthode

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

ApplyDarkEffect() public static méthode

public static ApplyDarkEffect ( this self ) : UIImage
self this
Résultat UIImage

ApplyExtraLightEffect() public static méthode

public static ApplyExtraLightEffect ( this self ) : UIImage
self this
Résultat UIImage

ApplyLightEffect() public static méthode

public static ApplyLightEffect ( this self ) : UIImage
self this
Résultat UIImage

ApplyTintEffect() public static méthode

public static ApplyTintEffect ( this self, UIColor tintColor ) : UIImage
self this
tintColor UIColor
Résultat UIImage