mirror of
https://github.com/publiclab/image-sequencer.git
synced 2025-12-08 01:10:02 +01:00
Compare commits
1 Commits
v3.0.0
...
MargaretAN
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a2e8fa6b58 |
@@ -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] ]
|
||||
])
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user