|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.minueto.MinuetoColor
cage.graphics.Color
public class Color
A thin wrapper for MinuetoColor intended to reduce the complexity of changing Cage to a new supporting library in the future.
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 |
---|
public Color()
public Color(int r, int g, int b)
r
- the rg
- the gb
- the b
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |