C# Class FFImageLoading.Transformations.SepiaTransformation

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

Méthodes publiques

Méthode Description
SepiaTransformation ( ) : Android.Graphics
SepiaTransformation ( ) : System
SepiaTransformation ( ) : UIKit
ToSepia ( Bitmap source ) : Bitmap
ToSepia ( UIImage source ) : UIImage
ToSepia ( 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

SepiaTransformation() public méthode

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

SepiaTransformation() public méthode

public SepiaTransformation ( ) : System
Résultat System

SepiaTransformation() public méthode

public SepiaTransformation ( ) : UIKit
Résultat UIKit

ToSepia() public static méthode

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

ToSepia() public static méthode

public static ToSepia ( UIImage source ) : UIImage
source UIImage
Résultat UIImage

ToSepia() public static méthode

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