Compare commits

...

1 Commits

Author SHA1 Message Date
MargaretAN9
a2e8fa6b58 fix greyscale colormap
See publiclab/image-sequencer #475
2018-12-31 05:21:12 +00:00

View File

@@ -53,7 +53,7 @@ function colormap(segments) {
var colormaps = {
greyscale: colormap([
[0, [0, 0, 0], [220, 20, 60] ],
[0, [0, 0, 0], [255, 255, 255] ],
[1, [255, 255, 255], [255, 255, 255] ]
]),
@@ -194,4 +194,4 @@ var colormaps = {
[0.9, [255, 50, 50], [255, 50, 50] ]
])
}
}