org.lee.mugen.sprite.background
Class Shadow.Color

java.lang.Object
  extended by org.lee.mugen.sprite.background.Shadow.Color
Enclosing class:
Shadow

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


Constructor Summary
Shadow.Color(int r, int g, int b)
           
 
Method Summary
 int getB()
           
 int getG()
           
 int getR()
           
 void setB(int b)
           
 void setG(int g)
           
 void setR(int r)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Shadow.Color

public Shadow.Color(int r,
                    int g,
                    int b)
Method Detail

getB

public int getB()

setB

public void setB(int b)

getG

public int getG()

setG

public void setG(int g)

getR

public int getR()

setR

public void setR(int r)