C# Class FFImageLoading.Transformations.TintTransformation

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

Méthodes publiques

Méthode Description
TintTransformation ( ) : FFImageLoading.Extensions
TintTransformation ( int r, int g, int b, int a ) : FFImageLoading.Extensions
TintTransformation ( string hexColor ) : FFImageLoading.Extensions
TintTransformation ( ) : System
TintTransformation ( int r, int g, int b, int a ) : System
TintTransformation ( string hexColor ) : System
ToReplacedColor ( BitmapHolder bmp, int r, int g, int b, int a ) : void
ToSolidColor ( Android.Graphics.Bitmap sourceBitmap, int r, int g, int b, int a ) : Android.Graphics.Bitmap
ToSolidColor ( UIImage imageSource, int r, int g, int b, int a ) : UIImage
Transform ( IBitmap source ) : IBitmap

Méthodes protégées

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

Method Details

TintTransformation() public méthode

public TintTransformation ( ) : FFImageLoading.Extensions
Résultat FFImageLoading.Extensions

TintTransformation() public méthode

public TintTransformation ( int r, int g, int b, int a ) : FFImageLoading.Extensions
r int
g int
b int
a int
Résultat FFImageLoading.Extensions

TintTransformation() public méthode

public TintTransformation ( string hexColor ) : FFImageLoading.Extensions
hexColor string
Résultat FFImageLoading.Extensions

TintTransformation() public méthode

public TintTransformation ( ) : System
Résultat System

TintTransformation() public méthode

public TintTransformation ( int r, int g, int b, int a ) : System
r int
g int
b int
a int
Résultat System

TintTransformation() public méthode

public TintTransformation ( string hexColor ) : System
hexColor string
Résultat System

ToReplacedColor() public static méthode

public static ToReplacedColor ( BitmapHolder bmp, int r, int g, int b, int a ) : void
bmp BitmapHolder
r int
g int
b int
a int
Résultat void

ToSolidColor() public static méthode

public static ToSolidColor ( Android.Graphics.Bitmap sourceBitmap, int r, int g, int b, int a ) : Android.Graphics.Bitmap
sourceBitmap Android.Graphics.Bitmap
r int
g int
b int
a int
Résultat Android.Graphics.Bitmap

ToSolidColor() public static méthode

public static ToSolidColor ( UIImage imageSource, int r, int g, int b, int a ) : UIImage
imageSource UIImage
r int
g int
b int
a int
Résultat UIImage

Transform() protected méthode

protected Transform ( Android.Graphics.Bitmap source ) : Android.Graphics.Bitmap
source Android.Graphics.Bitmap
Résultat Android.Graphics.Bitmap

Transform() protected méthode

protected Transform ( BitmapHolder source ) : BitmapHolder
source BitmapHolder
Résultat 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