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 |
Method | Description | |
---|---|---|
Transform ( Android.Graphics.Bitmap source ) : Android.Graphics.Bitmap | ||
Transform ( BitmapHolder source ) : BitmapHolder | ||
Transform ( UIImage source ) : UIImage |
public TintTransformation ( ) : FFImageLoading.Extensions | ||
return | FFImageLoading.Extensions |
public TintTransformation ( int r, int g, int b, int a ) : FFImageLoading.Extensions | ||
r | int | |
g | int | |
b | int | |
a | int | |
return | FFImageLoading.Extensions |
public TintTransformation ( string hexColor ) : FFImageLoading.Extensions | ||
hexColor | string | |
return | FFImageLoading.Extensions |
public TintTransformation ( int r, int g, int b, int a ) : System | ||
r | int | |
g | int | |
b | int | |
a | int | |
return | System |
public TintTransformation ( string hexColor ) : System | ||
hexColor | string | |
return | System |
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 |
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 |
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 |
protected Transform ( Android.Graphics.Bitmap source ) : Android.Graphics.Bitmap | ||
source | Android.Graphics.Bitmap | |
return | Android.Graphics.Bitmap |
protected Transform ( BitmapHolder source ) : BitmapHolder | ||
source | BitmapHolder | |
return | BitmapHolder |
public Transform ( IBitmap source ) : IBitmap | ||
source | IBitmap | |
return | IBitmap |
protected Transform ( UIImage source ) : UIImage | ||
source | UIImage | |
return | UIImage |