More color steps
Some checks are pending
continuous-integration/drone/push Build is passing

This commit is contained in:
Steven Polley 2019-01-06 14:12:36 -07:00
parent 1486b05cd9
commit ec5fdfa0b3

View File

@ -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))