net.infonode.util
public final class ColorUtil extends Object
| Method Summary | |
|---|---|
| static Color | add(Color c1, Color c2) |
| static Color | blend(Color c1, Color c2, double v) |
| static Color | copy(Color c) |
| static Color | getOpposite(Color c) |
| static Color | highlight(Color c) |
| static boolean | isDark(Color c) |
| static Color | mult(Color c, double amount) |
| static Color | setAlpha(Color c, int alpha) |
| static Color | shade(Color c, double amount) |