Add temperature gradient

This commit is contained in:
Starbeamrainbowlabs 2019-01-19 15:14:59 +00:00
parent 497da77e61
commit 556585e848
Signed by: sbrl
GPG Key ID: 1BE5172E637709C2
1 changed files with 11 additions and 0 deletions

View File

@ -64,6 +64,17 @@ class LayerHeatmap {
"0.5": "hsl(176, 77%, 40%)",
"1": "blue"
}
},
"temperature": {
max: 40,
gradient: {
"-0.25": "blue",
"0.25": "cyan",
"0.375": "green",
"0.5": "yellow",
"0.75": "orange",
"1": "red"
}
}
};
}