C# 클래스 FFImageLoading.Transformations.TintTransformation

상속: ColorSpaceTransformation
파일 보기 프로젝트 열기: daniel-luberda/FFImageLoading

공개 메소드들

메소드 설명
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

메소드 상세

TintTransformation() 공개 메소드

public TintTransformation ( ) : FFImageLoading.Extensions
리턴 FFImageLoading.Extensions

TintTransformation() 공개 메소드

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

TintTransformation() 공개 메소드

public TintTransformation ( string hexColor ) : FFImageLoading.Extensions
hexColor string
리턴 FFImageLoading.Extensions

TintTransformation() 공개 메소드

public TintTransformation ( ) : System
리턴 System

TintTransformation() 공개 메소드

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

TintTransformation() 공개 메소드

public TintTransformation ( string hexColor ) : System
hexColor string
리턴 System

ToReplacedColor() 공개 정적인 메소드

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

ToSolidColor() 공개 정적인 메소드

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

ToSolidColor() 공개 정적인 메소드

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

Transform() 보호된 메소드

protected Transform ( Android.Graphics.Bitmap source ) : Android.Graphics.Bitmap
source Android.Graphics.Bitmap
리턴 Android.Graphics.Bitmap

Transform() 보호된 메소드

protected Transform ( BitmapHolder source ) : BitmapHolder
source BitmapHolder
리턴 BitmapHolder

Transform() 공개 메소드

public Transform ( IBitmap source ) : IBitmap
source IBitmap
리턴 IBitmap

Transform() 보호된 메소드

protected Transform ( UIImage source ) : UIImage
source UIImage
리턴 UIImage