C# Class FFImageLoading.Transformations.TintTransformation

Inheritance: ColorSpaceTransformation
Exibir arquivo Open project: daniel-luberda/FFImageLoading

Public Methods

Method 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

Protected Methods

Method Description
Transform ( Android.Graphics.Bitmap source ) : Android.Graphics.Bitmap
Transform ( BitmapHolder source ) : BitmapHolder
Transform ( UIImage source ) : UIImage

Method Details

TintTransformation() public method

public TintTransformation ( ) : FFImageLoading.Extensions
return FFImageLoading.Extensions

TintTransformation() public method

public TintTransformation ( int r, int g, int b, int a ) : FFImageLoading.Extensions
r int
g int
b int
a int
return FFImageLoading.Extensions

TintTransformation() public method

public TintTransformation ( string hexColor ) : FFImageLoading.Extensions
hexColor string
return FFImageLoading.Extensions

TintTransformation() public method

public TintTransformation ( ) : System
return System

TintTransformation() public method

public TintTransformation ( int r, int g, int b, int a ) : System
r int
g int
b int
a int
return System

TintTransformation() public method

public TintTransformation ( string hexColor ) : System
hexColor string
return System

ToReplacedColor() public static method

public static ToReplacedColor ( BitmapHolder bmp, int r, int g, int b, int a ) : void
bmp BitmapHolder
r int
g int
b int
a int
return void

ToSolidColor() public static method

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
return Android.Graphics.Bitmap

ToSolidColor() public static method

public static ToSolidColor ( UIImage imageSource, int r, int g, int b, int a ) : UIImage
imageSource UIImage
r int
g int
b int
a int
return UIImage

Transform() protected method

protected Transform ( Android.Graphics.Bitmap source ) : Android.Graphics.Bitmap
source Android.Graphics.Bitmap
return Android.Graphics.Bitmap

Transform() protected method

protected Transform ( BitmapHolder source ) : BitmapHolder
source BitmapHolder
return 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