C# 클래스 JTSImageViewController.UIImageEffects

파일 보기 프로젝트 열기: Amplify-Social/JTSImageViewControllerCSharp

공개 메소드들

메소드 설명
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