C# 클래스 FFImageLoading.Transformations.SepiaTransformation

상속: ITransformation
파일 보기 프로젝트 열기: daniel-luberda/FFImageLoading

공개 메소드들

메소드 설명
SepiaTransformation ( ) : Android.Graphics
SepiaTransformation ( ) : System
SepiaTransformation ( ) : UIKit
ToSepia ( Bitmap source ) : Bitmap
ToSepia ( UIImage source ) : UIImage
ToSepia ( BitmapHolder bmp ) : void
Transform ( IBitmap source ) : IBitmap

보호된 메소드들

메소드 설명
Transform ( Bitmap source ) : Bitmap
Transform ( BitmapHolder source ) : BitmapHolder
Transform ( UIImage source ) : UIImage

메소드 상세

SepiaTransformation() 공개 메소드

public SepiaTransformation ( ) : Android.Graphics
리턴 Android.Graphics

SepiaTransformation() 공개 메소드

public SepiaTransformation ( ) : System
리턴 System

SepiaTransformation() 공개 메소드

public SepiaTransformation ( ) : UIKit
리턴 UIKit

ToSepia() 공개 정적인 메소드

public static ToSepia ( Bitmap source ) : Bitmap
source Bitmap
리턴 Bitmap

ToSepia() 공개 정적인 메소드

public static ToSepia ( UIImage source ) : UIImage
source UIImage
리턴 UIImage

ToSepia() 공개 정적인 메소드

public static ToSepia ( BitmapHolder bmp ) : void
bmp FFImageLoading.Work.BitmapHolder
리턴 void

Transform() 보호된 메소드

protected Transform ( Bitmap source ) : Bitmap
source Bitmap
리턴 Bitmap

Transform() 보호된 메소드

protected Transform ( BitmapHolder source ) : BitmapHolder
source FFImageLoading.Work.BitmapHolder
리턴 FFImageLoading.Work.BitmapHolder

Transform() 공개 메소드

public Transform ( IBitmap source ) : IBitmap
source IBitmap
리턴 IBitmap

Transform() 보호된 메소드

protected Transform ( UIImage source ) : UIImage
source UIImage
리턴 UIImage