mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2024-11-10 04:37:37 +01:00
Merge pull request #1001 from konung-yaropolk/master
Added new colormaps: Vivid, Smoke and Temper
This commit is contained in:
commit
342a677c3f
14
root/res/colormaps/smoke.json
Normal file
14
root/res/colormaps/smoke.json
Normal file
@ -0,0 +1,14 @@
|
||||
{
|
||||
"name": "Smoke",
|
||||
"author": "Yaroslav Andrianov",
|
||||
"map": [
|
||||
"#FFFFFF",
|
||||
"#EEEEEE",
|
||||
"#CCCCCC",
|
||||
"#777777",
|
||||
"#555555",
|
||||
"#333333",
|
||||
"#111111",
|
||||
"#000000"
|
||||
]
|
||||
}
|
28
root/res/colormaps/temper_colors.json
Normal file
28
root/res/colormaps/temper_colors.json
Normal file
@ -0,0 +1,28 @@
|
||||
{
|
||||
"name": "Temper Colors",
|
||||
"author": "Yaroslav Andrianov",
|
||||
"map": [
|
||||
"#000000",
|
||||
"#05011f",
|
||||
"#0f0836",
|
||||
"#2f1436",
|
||||
"#3d114d",
|
||||
"#4e186f",
|
||||
"#592a8f",
|
||||
"#5e43a5",
|
||||
"#5f5eb3",
|
||||
"#6276ba",
|
||||
"#6b8cbf",
|
||||
"#7ba1c2",
|
||||
"#95b5c7",
|
||||
"#b3c6ce",
|
||||
"#d4bcac",
|
||||
"#cca389",
|
||||
"#c68a6d",
|
||||
"#be6f5b",
|
||||
"#b25652",
|
||||
"#a24050",
|
||||
"#8e2c50",
|
||||
"#741e4f"
|
||||
]
|
||||
}
|
29
root/res/colormaps/vivid.json
Normal file
29
root/res/colormaps/vivid.json
Normal file
@ -0,0 +1,29 @@
|
||||
{
|
||||
"name": "Vivid",
|
||||
"author": "Yaroslav Andrianov",
|
||||
"map": [
|
||||
"#000000",
|
||||
"#06001c",
|
||||
"#090028",
|
||||
"#12002c",
|
||||
"#230039",
|
||||
"#360143",
|
||||
"#440154",
|
||||
"#472c7a",
|
||||
"#3b518b",
|
||||
"#2c718e",
|
||||
"#21908d",
|
||||
"#27ad81",
|
||||
"#5cc863",
|
||||
"#aadc32",
|
||||
"#f6fd25",
|
||||
"#fdde17",
|
||||
"#fecb31",
|
||||
"#FE9029",
|
||||
"#F56918",
|
||||
"#DC3B07",
|
||||
"#CE2D04",
|
||||
"#AC1701",
|
||||
"#980E01"
|
||||
]
|
||||
}
|
Loading…
Reference in New Issue
Block a user