mirror of
https://github.com/publiclab/image-sequencer.git
synced 2025-12-14 12:19:58 +01:00
fixed greyscale (#593)
This commit is contained in:
committed by
Jeffrey Warren
parent
39c70d1304
commit
e353465dce
2
dist/image-sequencer.js
vendored
2
dist/image-sequencer.js
vendored
@@ -59108,7 +59108,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] ]
|
||||
]),
|
||||
|
||||
|
||||
Reference in New Issue
Block a user