Update color
This commit is contained in:
parent
2f2e272347
commit
6d9f9ca112
@ -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))
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user