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

ColorMatrix.java

package android.graphics;
@java.lang.SuppressWarnings(value={"MismatchedReadAndWriteOfArray","PointlessArithmeticExpression"})
public class ColorMatrix
{
public  ColorMatrix() { throw new RuntimeException("Stub!"); }
public  ColorMatrix(float[] src) { throw new RuntimeException("Stub!"); }
public  ColorMatrix(android.graphics.ColorMatrix src) { throw new RuntimeException("Stub!"); }
public final  float[] getArray() { throw new RuntimeException("Stub!"); }
public  void reset() { throw new RuntimeException("Stub!"); }
public  void set(android.graphics.ColorMatrix src) { throw new RuntimeException("Stub!"); }
public  void set(float[] src) { throw new RuntimeException("Stub!"); }
public  void setScale(float rScale, float gScale, float bScale, float aScale) { throw new RuntimeException("Stub!"); }
public  void setRotate(int axis, float degrees) { throw new RuntimeException("Stub!"); }
public  void setConcat(android.graphics.ColorMatrix matA, android.graphics.ColorMatrix matB) { throw new RuntimeException("Stub!"); }
public  void preConcat(android.graphics.ColorMatrix prematrix) { throw new RuntimeException("Stub!"); }
public  void postConcat(android.graphics.ColorMatrix postmatrix) { throw new RuntimeException("Stub!"); }
public  void setSaturation(float sat) { throw new RuntimeException("Stub!"); }
public  void setRGB2YUV() { throw new RuntimeException("Stub!"); }
public  void setYUV2RGB() { throw new RuntimeException("Stub!"); }
}