summaryrefslogtreecommitdiff
path: root/julia/julia.js
diff options
context:
space:
mode:
Diffstat (limited to 'julia/julia.js')
-rw-r--r--julia/julia.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/julia/julia.js b/julia/julia.js
index 37c1362..5ac56f1 100644
--- a/julia/julia.js
+++ b/julia/julia.js
@@ -29,7 +29,7 @@ const buildRender = (width, height) => gpu.createKernel(function (maxIterations,
const canvasHolder = document.getElementById('canvasHolder');
let render; // The GPU kernel built from buildRender
let state = {
- colorMultipliers: [0.01 * Math.random(), 0.03 * Math.random(), 0.02 * Math.random()],
+ colorMultipliers: [0.01 * Math.random() + 0.005, 0.03 * Math.random() + 0.005, 0.02 * Math.random() + 0.005],
changes: {
centerX: 0,
centerY: 0,