Random color
- Author
- Bernard Bou
◆ RandomColor()
grammarscope.common.utils.RandomColor.RandomColor |
( |
| ) |
|
|
private |
◆ getBrightPastelRandomColor()
static Color grammarscope.common.utils.RandomColor.getBrightPastelRandomColor |
( |
final float |
hue | ) |
|
|
static |
Make bright pastel random color of same hue
- Parameters
-
- Returns
- bright pastel random color of same hue
◆ makeBrightPastelRandomColor()
static Color grammarscope.common.utils.RandomColor.makeBrightPastelRandomColor |
( |
| ) |
|
|
static |
Make bright pastel random color
- Returns
- bright pastel random color
◆ makeBrightRandomColor()
static Color grammarscope.common.utils.RandomColor.makeBrightRandomColor |
( |
| ) |
|
|
static |
Make bright random color
- Returns
- bright random color
◆ makePastelRandomColor()
static Color grammarscope.common.utils.RandomColor.makePastelRandomColor |
( |
| ) |
|
|
static |
Make pastel random color
- Returns
- pastel random color
◆ makeRandomColor()
static Color grammarscope.common.utils.RandomColor.makeRandomColor |
( |
| ) |
|
|
static |
Make random color
- Returns
- random color
◆ makeSameHueRandomColor()
static Color grammarscope.common.utils.RandomColor.makeSameHueRandomColor |
( |
final Color |
color | ) |
|
|
static |
Make same-hue random color
- Parameters
-
- Returns
- same-hue color
◆ randomizer
final Random grammarscope.common.utils.RandomColor.randomizer = new Random() |
|
staticprivate |
The documentation for this class was generated from the following file: