C# Класс JTSImageViewController.UIImageEffects

Показать файл Открыть проект

Открытые методы

Метод Описание
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

Описание методов

ApplyBlur() публичный статический Метод

public static ApplyBlur ( this image, float blurRadius, UIColor tintColor, float saturationDeltaFactor, UIImage maskImage ) : UIImage
image this
blurRadius float
tintColor UIColor
saturationDeltaFactor float
maskImage UIImage
Результат UIImage

ApplyDarkEffect() публичный статический Метод

public static ApplyDarkEffect ( this self ) : UIImage
self this
Результат UIImage

ApplyExtraLightEffect() публичный статический Метод

public static ApplyExtraLightEffect ( this self ) : UIImage
self this
Результат UIImage

ApplyLightEffect() публичный статический Метод

public static ApplyLightEffect ( this self ) : UIImage
self this
Результат UIImage

ApplyTintEffect() публичный статический Метод

public static ApplyTintEffect ( this self, UIColor tintColor ) : UIImage
self this
tintColor UIColor
Результат UIImage