mWaba.gui
Class mColor
java.lang.Object
|
+--waba.fx.Color
|
+--mWaba.gui.mColor
- public class mColor
- extends waba.fx.Color
Constructor Summary |
mColor(int r,
int g,
int b)
|
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Black
public static mColor Black
White
public static mColor White
DarkGray
public static mColor DarkGray
LightGray
public static mColor LightGray
red
public int red
green
public int green
blue
public int blue
mColor
public mColor(int r,
int g,
int b)
set
public void set(waba.fx.Graphics g)
set
public void set(int r,
int g,
int b)
set
public void set(waba.fx.Color other)
getRed
public int getRed()
- Overrides:
- getRed in class waba.fx.Color
getGreen
public int getGreen()
- Overrides:
- getGreen in class waba.fx.Color
getBlue
public int getBlue()
- Overrides:
- getBlue in class waba.fx.Color
setColor
public static void setColor(waba.fx.Graphics g,
waba.fx.Color c)
setMonochrome
public static void setMonochrome(boolean mono)
getMonochrome
public static boolean getMonochrome()