public class ColorUtils extends Object
| Constructor and Description |
|---|
ColorUtils() |
| Modifier and Type | Method and Description |
|---|---|
static String[] |
rainbow(int n,
float s,
float b)
Returns a list of hex color names of length n.
|
public static String[] rainbow(int n, float s, float b)
n - Number of "equally-spaced" colors to returns - Saturation of generated colorsb - BrightnessCopyright © 2019 JULIE Lab, Germany. All rights reserved.