mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2025-10-23 14:19:13 +02:00
Fixed resampling bug + added waterfall colormap selection + general bugfix
This commit is contained in:
19
root/res/colormaps/classic.json
Normal file
19
root/res/colormaps/classic.json
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"name": "Classic",
|
||||
"author": "Youssef Touil",
|
||||
"map": [
|
||||
"#4A0000",
|
||||
"#750000",
|
||||
"#9F0000",
|
||||
"#C60000",
|
||||
"#FF0000",
|
||||
"#FE6D16",
|
||||
"#FFFF00",
|
||||
"#FFFFFF",
|
||||
"#1E90FF",
|
||||
"#000091",
|
||||
"#000050",
|
||||
"#000030",
|
||||
"#000020"
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user