C# Class FFImageLoading.Transformations.GrayscaleTransformation

Inheritance: TransformationBase
Datei anzeigen Open project: daniel-luberda/FFImageLoading

Public Methods

Method Description
GrayscaleTransformation ( ) : Android.Graphics
GrayscaleTransformation ( ) : CoreGraphics
GrayscaleTransformation ( ) : FFImageLoading.Work
ToGrayscale ( Bitmap source ) : Bitmap
ToGrayscale ( BitmapHolder bmp ) : void
Transform ( IBitmap source ) : IBitmap

Protected Methods

Method Description
Transform ( Bitmap source ) : Bitmap
Transform ( BitmapHolder source ) : BitmapHolder
Transform ( UIImage source ) : UIImage

Method Details

GrayscaleTransformation() public method

public GrayscaleTransformation ( ) : Android.Graphics
return Android.Graphics

GrayscaleTransformation() public method

public GrayscaleTransformation ( ) : CoreGraphics
return CoreGraphics

GrayscaleTransformation() public method

public GrayscaleTransformation ( ) : FFImageLoading.Work
return FFImageLoading.Work

ToGrayscale() public static method

public static ToGrayscale ( Bitmap source ) : Bitmap
source Bitmap
return Bitmap

ToGrayscale() public static method

public static ToGrayscale ( BitmapHolder bmp ) : void
bmp FFImageLoading.Work.BitmapHolder
return void

Transform() protected method

protected Transform ( Bitmap source ) : Bitmap
source Bitmap
return Bitmap

Transform() protected method

protected Transform ( BitmapHolder source ) : BitmapHolder
source FFImageLoading.Work.BitmapHolder
return FFImageLoading.Work.BitmapHolder

Transform() public method

public Transform ( IBitmap source ) : IBitmap
source IBitmap
return IBitmap

Transform() protected method

protected Transform ( UIImage source ) : UIImage
source UIImage
return UIImage