-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add Support for VTAU LookupTable (#1)
* Add Support for VTAU LookupTable * Add VTAU table to other folder of colorMaps * [FIX] simplifying vtau lookup table --------- Co-authored-by: Paul Wighton <[email protected]>
- Loading branch information
1 parent
70e5631
commit f1d5eb9
Showing
6 changed files
with
57 additions
and
0 deletions.
There are no files selected for viewing
20 changes: 20 additions & 0 deletions
20
src/WebUI/ClientApp/src/pages/project/ColorMaps/LookUpTableVTAU.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
{ | ||
"min": 0, | ||
"max": 10000, | ||
"R": [ | ||
255, 0, 89, 89, 2, 2, 34, 34, 38, 38, 140, 140, 249, 249, 255, 255, 255, 255 | ||
], | ||
"G": [ | ||
255, 0, 53, 53, 107, 107, 244, 244, 198, 198, 255, 255, 228, 228, 158, 158, | ||
30, 30 | ||
], | ||
"B": [ | ||
255, 0, 144, 144, 166, 166, 241, 241, 151, 151, 147, 147, 102, 102, 67, 67, | ||
59, 59 | ||
], | ||
"A": [0, 64, 64, 64, 64, 64, 64, 64, 64, 64, 64, 64, 64, 64, 64, 64, 64, 64], | ||
"I": [ | ||
0, 68, 69, 84, 85, 105, 106, 130, 131, 156, 157, 181, 182, 205, 206, 230, | ||
231, 255 | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
20 changes: 20 additions & 0 deletions
20
src/WebUI/ClientApp/src/pages/project/colorMaps/LookUpTableVTAU.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
{ | ||
"min": 0, | ||
"max": 10000, | ||
"R": [ | ||
255, 0, 89, 89, 2, 2, 34, 34, 38, 38, 140, 140, 249, 249, 255, 255, 255, 255 | ||
], | ||
"G": [ | ||
255, 0, 53, 53, 107, 107, 244, 244, 198, 198, 255, 255, 228, 228, 158, 158, | ||
30, 30 | ||
], | ||
"B": [ | ||
255, 0, 144, 144, 166, 166, 241, 241, 151, 151, 147, 147, 102, 102, 67, 67, | ||
59, 59 | ||
], | ||
"A": [0, 64, 64, 64, 64, 64, 64, 64, 64, 64, 64, 64, 64, 64, 64, 64, 64, 64], | ||
"I": [ | ||
0, 68, 69, 84, 85, 105, 106, 130, 131, 156, 157, 181, 182, 205, 206, 230, | ||
231, 255 | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters