FileDocCategorySizeDatePackage
Color.javaAPI DocAndroid 5.1 API1594Sat Mar 14 14:09:34 GMT 2015android.graphics

Color

public class Color extends Object

Fields Summary
public static final int
BLACK
public static final int
BLUE
public static final int
CYAN
public static final int
DKGRAY
public static final int
GRAY
public static final int
GREEN
public static final int
LTGRAY
public static final int
MAGENTA
public static final int
RED
public static final int
TRANSPARENT
public static final int
WHITE
public static final int
YELLOW
Constructors Summary
public Color()

 throw new RuntimeException("Stub!"); 
Methods Summary
public static intHSVToColor(float[] hsv)

 throw new RuntimeException("Stub!"); 
public static intHSVToColor(int alpha, float[] hsv)

 throw new RuntimeException("Stub!"); 
public static voidRGBToHSV(int red, int green, int blue, float[] hsv)

 throw new RuntimeException("Stub!"); 
public static intalpha(int color)

 throw new RuntimeException("Stub!"); 
public static intargb(int alpha, int red, int green, int blue)

 throw new RuntimeException("Stub!"); 
public static intblue(int color)

 throw new RuntimeException("Stub!"); 
public static voidcolorToHSV(int color, float[] hsv)

 throw new RuntimeException("Stub!"); 
public static intgreen(int color)

 throw new RuntimeException("Stub!"); 
public static intparseColor(java.lang.String colorString)

 throw new RuntimeException("Stub!"); 
public static intred(int color)

 throw new RuntimeException("Stub!"); 
public static intrgb(int red, int green, int blue)

 throw new RuntimeException("Stub!");