Update color

This commit is contained in:
Steven Polley 2018-09-24 11:56:41 -06:00
parent 2f2e272347
commit 6d9f9ca112

View File

@ -46,7 +46,7 @@ func main() {
} }
colorStep := float64(Iterations) colorStep := float64(Iterations)
colors = interpolateColors("Vivid", colorStep) colors = interpolateColors("Hippi", colorStep)
log.Fatal(http.ListenAndServe(":6161", nil)) log.Fatal(http.ListenAndServe(":6161", nil))
} }