|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.jtattoo.plaf.ColorHelper
public class ColorHelper
| Method Summary | |
|---|---|
static Color |
brighter(Color c,
double p)
|
static Color |
createColor(int r,
int g,
int b)
|
static Color[] |
createColorArr(Color c1,
Color c2,
int steps)
|
static Color |
darker(Color c,
double p)
|
static int |
getGrayValue(Color c)
|
static Color |
median(Color c1,
Color c2)
|
static Color |
toGray(Color c)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static final Color createColor(int r,
int g,
int b)
public static Color[] createColorArr(Color c1,
Color c2,
int steps)
public static Color brighter(Color c,
double p)
public static Color darker(Color c,
double p)
public static Color median(Color c1,
Color c2)
public static int getGrayValue(Color c)
public static Color toGray(Color c)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||