| Package | Description |
|---|---|
| wordcram |
| Modifier and Type | Method and Description |
|---|---|
static WordColorer |
Colorers.alwaysUse(int color) |
static WordColorer |
Colorers.pickFrom(int... colors) |
static WordColorer |
Colorers.twoHuesRandomSats(processing.core.PApplet host) |
static WordColorer |
Colorers.twoHuesRandomSatsOnWhite(processing.core.PApplet host) |
| Modifier and Type | Method and Description |
|---|---|
WordCram |
WordCram.withColorer(WordColorer colorer)
Use the given WordColorer to pick colors for each word.
|