Skip to content

Commit

Permalink
improved color scale
Browse files Browse the repository at this point in the history
  • Loading branch information
jmdejong committed Jul 21, 2024
1 parent 4d6330c commit a03cf4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@
<br />
</label>
color scale
<input type="text" class="colorscale" id="colorscale" name="colorScale" value="#070,#0d0,#7d0,#dc0,#d70,#d30,#f00,#b00,#700,#300,#000" />
<input type="text" class="colorscale" id="colorscale" name="colorScale" value="#070,#5b0,#7d0,#dc0,#d70,#d30,#f00,#b00,#700,#300,#000" />
<br />
<canvas class="colorpreview" width=500 height=20></canvas>
</label>
Expand Down

0 comments on commit a03cf4b

Please sign in to comment.