diff --git a/render.go b/render.go index 5267567..e2557ec 100644 --- a/render.go +++ b/render.go @@ -46,7 +46,7 @@ func main() { go computeThread() } - colorStep := float64(Iterations) + colorStep := float64(Iterations) * 256 colors = interpolateColors("Plan9", colorStep) log.Fatal(http.ListenAndServe(":6161", nil))