|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectlib.utils.PixelUtils
public class PixelUtils
useful functions to manipulate pixels
BufferedImage#getRGB(int, int)
,
BufferedImage#getRGB(int, int, int, int, int[], int, int)
Constructor Summary | |
---|---|
PixelUtils()
|
Method Summary | |
---|---|
static int |
getAlpha(int pixel)
|
static int |
getBlue(int pixel)
|
static int |
getGreen(int pixel)
|
static int |
getRed(int pixel)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PixelUtils()
Method Detail |
---|
public static int getAlpha(int pixel)
public static int getRed(int pixel)
public static int getGreen(int pixel)
public static int getBlue(int pixel)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |