FileDocCategorySizeDatePackage
ColorMatrix.javaAPI DocAndroid 5.1 API1452Sat Mar 14 14:09:34 GMT 2015android.graphics

ColorMatrix

public class ColorMatrix extends Object

Fields Summary
Constructors Summary
public ColorMatrix()

 throw new RuntimeException("Stub!"); 
public ColorMatrix(float[] src)

 throw new RuntimeException("Stub!"); 
public ColorMatrix(ColorMatrix src)

 throw new RuntimeException("Stub!"); 
Methods Summary
public final float[]getArray()

 throw new RuntimeException("Stub!"); 
public voidpostConcat(android.graphics.ColorMatrix postmatrix)

 throw new RuntimeException("Stub!"); 
public voidpreConcat(android.graphics.ColorMatrix prematrix)

 throw new RuntimeException("Stub!"); 
public voidreset()

 throw new RuntimeException("Stub!"); 
public voidset(android.graphics.ColorMatrix src)

 throw new RuntimeException("Stub!"); 
public voidset(float[] src)

 throw new RuntimeException("Stub!"); 
public voidsetConcat(android.graphics.ColorMatrix matA, android.graphics.ColorMatrix matB)

 throw new RuntimeException("Stub!"); 
public voidsetRGB2YUV()

 throw new RuntimeException("Stub!"); 
public voidsetRotate(int axis, float degrees)

 throw new RuntimeException("Stub!"); 
public voidsetSaturation(float sat)

 throw new RuntimeException("Stub!"); 
public voidsetScale(float rScale, float gScale, float bScale, float aScale)

 throw new RuntimeException("Stub!"); 
public voidsetYUV2RGB()

 throw new RuntimeException("Stub!");