cage.graphics
Class Color

java.lang.Object
  extended by org.minueto.MinuetoColor
      extended by cage.graphics.Color
All Implemented Interfaces:
java.io.Serializable

public class Color
extends org.minueto.MinuetoColor

A thin wrapper for MinuetoColor intended to reduce the complexity of changing Cage to a new supporting library in the future.

Author:
Seth Marinello
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.minueto.MinuetoColor
BLACK, BLUE, GREEN, RED, WHITE, YELLOW
 
Constructor Summary
Color()
          Instantiates a new color.
Color(int r, int g, int b)
          Instantiates a new color.
 
Method Summary
 
Methods inherited from class org.minueto.MinuetoColor
darken, darken, getAlpha, getARGBColorValue, getAWTColor, getBlue, getGreen, getRed, lighten, lighten, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Color

public Color()
Instantiates a new color.


Color

public Color(int r,
             int g,
             int b)
Instantiates a new color.

Parameters:
r - the r
g - the g
b - the b