/4 interpolations, 128 also blue
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Steven Polley 2019-01-06 14:16:06 -07:00
parent 197ecf54a7
commit d8f2c606ee
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ func main() {
go computeThread()
}
colorStep := float64(Iterations) * 128
colorStep := float64(Iterations) * 4
colors = interpolateColors("Plan9", colorStep)
log.Fatal(http.ListenAndServe(":6161", nil))