org.p2c2e.blorb
Class Palette.Color

java.lang.Object
  extended byorg.p2c2e.blorb.Palette.Color
Enclosing class:
Palette

public static class Palette.Color
extends java.lang.Object


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

Method Detail

getRed

public int getRed()

getGreen

public int getGreen()

getBlue

public int getBlue()