Methods Summary |
---|
public static int | HSVToColor(float[] hsv)
throw new RuntimeException("Stub!");
|
public static int | HSVToColor(int alpha, float[] hsv)
throw new RuntimeException("Stub!");
|
public static void | RGBToHSV(int red, int green, int blue, float[] hsv)
throw new RuntimeException("Stub!");
|
public static int | alpha(int color)
throw new RuntimeException("Stub!");
|
public static int | argb(int alpha, int red, int green, int blue)
throw new RuntimeException("Stub!");
|
public static int | blue(int color)
throw new RuntimeException("Stub!");
|
public static void | colorToHSV(int color, float[] hsv)
throw new RuntimeException("Stub!");
|
public static int | green(int color)
throw new RuntimeException("Stub!");
|
public static int | parseColor(java.lang.String colorString)
throw new RuntimeException("Stub!");
|
public static int | red(int color)
throw new RuntimeException("Stub!");
|
public static int | rgb(int red, int green, int blue)
throw new RuntimeException("Stub!");
|