C# Class FFImageLoading.Transformations.GrayscaleTransformation

Inheritance: TransformationBase
Afficher le fichier Open project: daniel-luberda/FFImageLoading

Méthodes publiques

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

Méthodes protégées

Méthode Description
Transform ( Bitmap source ) : Bitmap
Transform ( BitmapHolder source ) : BitmapHolder
Transform ( UIImage source ) : UIImage

Method Details

GrayscaleTransformation() public méthode

public GrayscaleTransformation ( ) : Android.Graphics
Résultat Android.Graphics

GrayscaleTransformation() public méthode

public GrayscaleTransformation ( ) : CoreGraphics
Résultat CoreGraphics

GrayscaleTransformation() public méthode

public GrayscaleTransformation ( ) : FFImageLoading.Work
Résultat FFImageLoading.Work

ToGrayscale() public static méthode

public static ToGrayscale ( Bitmap source ) : Bitmap
source Bitmap
Résultat Bitmap

ToGrayscale() public static méthode

public static ToGrayscale ( BitmapHolder bmp ) : void
bmp FFImageLoading.Work.BitmapHolder
Résultat void

Transform() protected méthode

protected Transform ( Bitmap source ) : Bitmap
source Bitmap
Résultat Bitmap

Transform() protected méthode

protected Transform ( BitmapHolder source ) : BitmapHolder
source FFImageLoading.Work.BitmapHolder
Résultat FFImageLoading.Work.BitmapHolder

Transform() public méthode

public Transform ( IBitmap source ) : IBitmap
source IBitmap
Résultat IBitmap

Transform() protected méthode

protected Transform ( UIImage source ) : UIImage
source UIImage
Résultat UIImage