C# 클래스 FFImageLoading.Transformations.GrayscaleTransformation

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

공개 메소드들

메소드 설명
GrayscaleTransformation ( ) : Android.Graphics
GrayscaleTransformation ( ) : CoreGraphics
GrayscaleTransformation ( ) : FFImageLoading.Work
ToGrayscale ( Bitmap source ) : Bitmap
ToGrayscale ( BitmapHolder bmp ) : void
Transform ( IBitmap source ) : IBitmap

보호된 메소드들

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

메소드 상세

GrayscaleTransformation() 공개 메소드

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

GrayscaleTransformation() 공개 메소드

public GrayscaleTransformation ( ) : CoreGraphics
리턴 CoreGraphics

GrayscaleTransformation() 공개 메소드

public GrayscaleTransformation ( ) : FFImageLoading.Work
리턴 FFImageLoading.Work

ToGrayscale() 공개 정적인 메소드

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

ToGrayscale() 공개 정적인 메소드

public static ToGrayscale ( 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