org.lee.mugen.imageIO
Class ImageUtils

java.lang.Object
  extended by org.lee.mugen.imageIO.ImageUtils

public class ImageUtils
extends java.lang.Object


Constructor Summary
ImageUtils()
           
 
Method Summary
static int getARGB(int a, int r, int g, int b)
           
static int getRGB(int r, int g, int b)
           
static int[] getRGBArray(int argb)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ImageUtils

public ImageUtils()
Method Detail

getRGB

public static int getRGB(int r,
                         int g,
                         int b)

getRGBArray

public static int[] getRGBArray(int argb)

getARGB

public static int getARGB(int a,
                          int r,
                          int g,
                          int b)