Method | Description | |
---|---|---|
ColorSpaceTransformation ( ) : FFImageLoading.Work | ||
ColorSpaceTransformation ( float rgbawMatrix ) : FFImageLoading.Work | ||
ColorSpaceTransformation ( ) : System | ||
ColorSpaceTransformation ( CGColorSpace colorSpace ) : System | ||
ColorSpaceTransformation ( ColorMatrix colorMatrix ) : System | ||
ColorSpaceTransformation ( float rgbawMatrix ) : System | ||
ToColorSpace ( Bitmap source, ColorMatrix colorMatrix ) : Bitmap | ||
ToColorSpace ( UIImage source, CGColorSpace colorSpace ) : UIImage | ||
ToColorSpace ( |
||
ToFilter ( UIImage source, CIFilter filter ) : UIImage | ||
Transform ( IBitmap source ) : IBitmap |
Method | Description | |
---|---|---|
Transform ( Bitmap source ) : Bitmap | ||
Transform ( BitmapHolder source ) : BitmapHolder | ||
Transform ( UIImage source ) : UIImage |
Method | Description | |
---|---|---|
GetAndroidMatrix ( float rgbawMatrix ) : float[] | ||
UpdateColorMatrix ( float ma ) : void |
public ColorSpaceTransformation ( ) : FFImageLoading.Work | ||
return | FFImageLoading.Work |
public ColorSpaceTransformation ( float rgbawMatrix ) : FFImageLoading.Work | ||
rgbawMatrix | float | |
return | FFImageLoading.Work |
public ColorSpaceTransformation ( CGColorSpace colorSpace ) : System | ||
colorSpace | CGColorSpace | |
return | System |
public ColorSpaceTransformation ( ColorMatrix colorMatrix ) : System | ||
colorMatrix | ColorMatrix | |
return | System |
public ColorSpaceTransformation ( float rgbawMatrix ) : System | ||
rgbawMatrix | float | |
return | System |
public static ToColorSpace ( Bitmap source, ColorMatrix colorMatrix ) : Bitmap | ||
source | Bitmap | |
colorMatrix | ColorMatrix | |
return | Bitmap |
public static ToColorSpace ( UIImage source, CGColorSpace colorSpace ) : UIImage | ||
source | UIImage | |
colorSpace | CGColorSpace | |
return | UIImage |
public static ToColorSpace ( |
||
bmp | ||
rgbawMatrix | float | |
return | void |
public static ToFilter ( UIImage source, CIFilter filter ) : UIImage | ||
source | UIImage | |
filter | CIFilter | |
return | UIImage |
protected Transform ( Bitmap source ) : Bitmap | ||
source | Bitmap | |
return | 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 |