/4 interpolations, 128 also blue
Some checks are pending
continuous-integration/drone/push Build is passing
Some checks are pending
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
197ecf54a7
commit
d8f2c606ee
@ -46,7 +46,7 @@ func main() {
|
|||||||
go computeThread()
|
go computeThread()
|
||||||
}
|
}
|
||||||
|
|
||||||
colorStep := float64(Iterations) * 128
|
colorStep := float64(Iterations) * 4
|
||||||
colors = interpolateColors("Plan9", colorStep)
|
colors = interpolateColors("Plan9", colorStep)
|
||||||
|
|
||||||
log.Fatal(http.ListenAndServe(":6161", nil))
|
log.Fatal(http.ListenAndServe(":6161", nil))
|
||||||
|
Loading…
Reference in New Issue
Block a user