Fixed resampling bug + added waterfall colormap selection + general bugfix

This commit is contained in:
Ryzerth
2020-12-31 14:26:12 +01:00
parent 7c4e442432
commit 979928ded8
21 changed files with 399 additions and 46 deletions

View File

@@ -0,0 +1,19 @@
{
"name": "Classic",
"author": "Youssef Touil",
"map": [
"#4A0000",
"#750000",
"#9F0000",
"#C60000",
"#FF0000",
"#FE6D16",
"#FFFF00",
"#FFFFFF",
"#1E90FF",
"#000091",
"#000050",
"#000030",
"#000020"
]
}