org.microemu.device.impl
Class Color

java.lang.Object
  extended by org.microemu.device.impl.Color

public class Color
extends java.lang.Object


Constructor Summary
Color(int value)
           
 
Method Summary
 int getBlue()
           
 int getGreen()
           
 int getRed()
           
 int getRGB()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Color

public Color(int value)
Method Detail

getRed

public int getRed()

getGreen

public int getGreen()

getBlue

public int getBlue()

getRGB

public int getRGB()


Copyright © 2001-2009 MicroEmulator Team. All Rights Reserved.