All Packages Class Hierarchy This Package Previous Next Index
Class vs.ColorUtils
java.lang.Object
|
+----vs.ColorUtils
- public class ColorUtils
- extends java.lang.Object
-
ColorUtils()
-
-
getA(int)
-
-
getBlue(int)
-
-
getBlueArray(int[])
-
-
getGreen(int)
-
-
getGreenArray(int[])
-
-
getRed(int)
-
-
getRedArray(int[])
-
-
imagetoInt(double[], double[], double[], int)
-
-
imagetoInt(float[], float[], float[])
-
-
imagetoInt(short[], short[], short[], int)
-
-
max(short, short, short)
-
-
min(short, short, short)
-
-
putRGB(short, short, short)
-
ColorUtils
public ColorUtils()
imagetoInt
public static int[] imagetoInt(short imageR[],
short imageG[],
short imageB[],
int numPixels)
imagetoInt
public static int[] imagetoInt(float imageR[],
float imageG[],
float imageB[])
imagetoInt
public static int[] imagetoInt(double imageR[],
double imageG[],
double imageB[],
int numPixels)
getRed
public short getRed(int valARGB)
getGreen
public short getGreen(int valARGB)
getBlue
public short getBlue(int valARGB)
getA
public short getA(int valARGB)
putRGB
public int putRGB(short r,
short g,
short b)
max
public short max(short r,
short g,
short b)
min
public short min(short r,
short g,
short b)
getRedArray
public short[] getRedArray(int inputArray[])
getGreenArray
public short[] getGreenArray(int inputArray[])
getBlueArray
public short[] getBlueArray(int inputArray[])
All Packages Class Hierarchy This Package Previous Next Index