FileDocCategorySizeDatePackage
RggbChannelVector.javaAPI DocAndroid 5.1 API1067Sat Mar 14 14:09:42 GMT 2015android.hardware.camera2.params

RggbChannelVector.java

package android.hardware.camera2.params;
public final class RggbChannelVector
{
public  RggbChannelVector(float red, float greenEven, float greenOdd, float blue) { throw new RuntimeException("Stub!"); }
public final  float getRed() { throw new RuntimeException("Stub!"); }
public  float getGreenEven() { throw new RuntimeException("Stub!"); }
public  float getGreenOdd() { throw new RuntimeException("Stub!"); }
public  float getBlue() { throw new RuntimeException("Stub!"); }
public  float getComponent(int colorChannel) { throw new RuntimeException("Stub!"); }
public  void copyTo(float[] destination, int offset) { throw new RuntimeException("Stub!"); }
public  boolean equals(java.lang.Object obj) { throw new RuntimeException("Stub!"); }
public  int hashCode() { throw new RuntimeException("Stub!"); }
public  java.lang.String toString() { throw new RuntimeException("Stub!"); }
public static final int BLUE = 3;
public static final int COUNT = 4;
public static final int GREEN_EVEN = 1;
public static final int GREEN_ODD = 2;
public static final int RED = 0;
}