메소드 | 설명 | |
---|---|---|
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 |
메소드 | 설명 | |
---|---|---|
Transform ( Android.Graphics.Bitmap source ) : Android.Graphics.Bitmap | ||
Transform ( BitmapHolder source ) : BitmapHolder | ||
Transform ( UIImage source ) : UIImage |
public TintTransformation ( ) : FFImageLoading.Extensions | ||
리턴 | FFImageLoading.Extensions |
public TintTransformation ( int r, int g, int b, int a ) : FFImageLoading.Extensions | ||
r | int | |
g | int | |
b | int | |
a | int | |
리턴 | FFImageLoading.Extensions |
public TintTransformation ( string hexColor ) : FFImageLoading.Extensions | ||
hexColor | string | |
리턴 | FFImageLoading.Extensions |
public TintTransformation ( int r, int g, int b, int a ) : System | ||
r | int | |
g | int | |
b | int | |
a | int | |
리턴 | System |
public TintTransformation ( string hexColor ) : System | ||
hexColor | string | |
리턴 | 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 | |
리턴 | 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 | |
리턴 | 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 | |
리턴 | UIImage |
protected Transform ( Android.Graphics.Bitmap source ) : Android.Graphics.Bitmap | ||
source | Android.Graphics.Bitmap | |
리턴 | Android.Graphics.Bitmap |
protected Transform ( BitmapHolder source ) : BitmapHolder | ||
source | BitmapHolder | |
리턴 | BitmapHolder |