added transparency and LUT lookup

This commit is contained in:
2026-03-26 21:04:54 +01:00
parent 51e4112868
commit 9b355f6524
7 changed files with 416 additions and 18 deletions

View File

@@ -0,0 +1,49 @@
{
"transparencyCount": 4,
"transparency": [
{
"index": 0.3114,
"transpValue": 0.0
},
{
"index": 0.3233,
"transpValue": 1.0
},
{
"index": 0.5431,
"transpValue": 1.0
},
{
"index": 0.5675,
"transpValue": 0.0
}
],
"colorCount": 6,
"colors": [
{
"index": 0.0000,
"color": { "x": 0.00, "y": 0.00, "z": 0.00 }
},
{
"index": 0.2256,
"color": { "x": 0.10, "y": 0.08, "z": 0.08 }
},
{
"index": 0.2598,
"color": { "x": 0.30, "y": 0.22, "z": 0.20 }
},
{
"index": 0.3233,
"color": { "x": 0.92, "y": 0.88, "z": 0.78 }
},
{
"index": 0.4454,
"color": { "x": 0.96, "y": 0.92, "z": 0.84 }
},
{
"index": 0.5431,
"color": { "x": 1.00, "y": 0.98, "z": 0.92 }
}
]
}