diff options
Diffstat (limited to 'colors.html')
| -rw-r--r-- | colors.html | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/colors.html b/colors.html index 7ae4a60..f063e09 100644 --- a/colors.html +++ b/colors.html @@ -16,9 +16,9 @@ <script> // var color_hue_order = ("black dark-blue purple dark-red red orange " + -// "yellow lime green dark-cyan cyan blue magenta dark-gray light-gray white").split(" "); +// "yellow lime green teal cyan blue magenta dark-gray light-gray white").split(" "); -var color_mat_order = ("dark-red red orange yellow lime cyan dark-cyan blue dark-blue purple magenta dark-red black").split(" ") +var color_mat_order = ("dark-red red orange yellow lime cyan teal blue dark-blue purple magenta dark-red black").split(" ") function color_mat (i) { return colors[color_mat_order[ mod(i,color_mat_order.length) ]] } @@ -83,6 +83,7 @@ var canvas = new Matrix (72, 35, function(x,y){ lerp_color(lex, start_color, end_color, t, xx, yy) } + lex.opacity = 1 lex.build() return lex }) |
