You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
2. When returning an array of multiple colors, try to make each color as distinct as possible. Make sure each color is distinct to its neighbours.
100
-
3. Improve attractive dark color generation, currently they're a touch murky.
101
-
4. Improve the color dictionary
102
-
- definition of hue values and attractive luminosity bounds
103
-
- think about how to store hue aliases (e.g. fuschia) or subranges (e.g teal)
104
-
- think about making a little point and click tool for defining your own luminosity bounds and customizing the color dictionary
105
-
5. Think about how to return seeds.
106
-
6. Think about adding feature to return complementary & contrasting colors, as well as color triads, tetrads etc. Other libraries might already do this better though.
107
-
7. Think about adding a scheme options which would return a dominant color, as well as secondary, tertiary color and primary and secondary text colors. This might be a bad idea.
108
-
8. Add a nice visualization of the 'attractive color space' to the demo https://www.youtube.com/watch?v=x0-qoXOCOow
109
-
9. Add a feature to return random colors close to a provided hex
110
-
111
-
## In use
112
-
113
-
*[The Daily Show](http://maketrumptweetseightagain.com/) used it to make an extension which [converts Trump's tweets into a child's scribble](https://twitter.com/riseuphes/status/929579600354693120).
114
-
*[Initial.js](https://github.com/judesfernando/initial.js) used it to generate Gmail-style avatars.
115
-
*[ng2-Logger](https://github.com/darekf77/ng2-logger) used it to make logs a little more colorful.
116
-
*[vue-randomcolor](https://github.com/alebeck/vue-randomcolor) adds attractive random colors to Vue.js.
117
-
*[sudoku-solver.ch](https://www.sudoku-solver.ch/) uses it for coloring constraints on the puzzle
118
-
*[farbvelo.elastiq.ch](https://farbvelo.elastiq.ch/) uses it to generate color harmonies.
119
-
120
-
Did you use randomColor.js for something? [Tell me about it](https://lllllllllllllllll.com).
0 commit comments