Open OxfordComma opened 5 years ago
nextLuminance = previousLuminance + (Math.random() - 0.5) * c
c = some constant that you can tweak
c
https://github.com/d3/d3-color
nextLuminance = previousLuminance + (Math.random() - 0.5) * c
c
= some constant that you can tweak