description updates
All checks were successful
CI / React UI Build (push) Successful in 10s
CI / Native Windows Build And Tests (push) Successful in 2m20s
CI / Windows Release Package (push) Successful in 2m28s

This commit is contained in:
2026-05-08 18:11:26 +10:00
parent f322abf79a
commit a0cc86f189
31 changed files with 1231 additions and 569 deletions

View File

@@ -9,10 +9,11 @@
"id": "patchCount",
"label": "Patch Count",
"type": "float",
"default": 15.0,
"min": 2.0,
"max": 21.0,
"step": 1.0
"default": 15,
"min": 2,
"max": 21,
"step": 1,
"description": "Number of exposure patches in the chart."
},
{
"id": "baseLevel",
@@ -21,25 +22,28 @@
"default": 0.00006103515625,
"min": 0.000001,
"max": 0.01,
"step": 0.000001
"step": 0.000001,
"description": "Brightness of the darkest patch before tone mapping."
},
{
"id": "peakLevel",
"label": "Peak Level",
"type": "float",
"default": 1.0,
"default": 1,
"min": 0.01,
"max": 1.0,
"step": 0.001
"max": 1,
"step": 0.001,
"description": "Brightness limit for the brightest patch."
},
{
"id": "gammaEncode",
"label": "Display Gamma",
"type": "float",
"default": 1.0,
"min": 1.0,
"default": 1,
"min": 1,
"max": 2.6,
"step": 0.01
"step": 0.01,
"description": "Gamma value used when Tone Curve is Display Gamma."
},
{
"id": "toneCurve",
@@ -59,7 +63,8 @@
"value": "rec709",
"label": "Rec.709"
}
]
],
"description": "Output encoding used for the chart patches."
},
{
"id": "chartScale",
@@ -67,56 +72,63 @@
"type": "float",
"default": 0.86,
"min": 0.25,
"max": 1.0,
"step": 0.01
"max": 1,
"step": 0.01,
"description": "Overall size of the chart in frame."
},
{
"id": "gapSize",
"label": "Gap Size",
"type": "float",
"default": 0.18,
"min": 0.0,
"min": 0,
"max": 0.45,
"step": 0.01
"step": 0.01,
"description": "Spacing between exposure patches."
},
{
"id": "vertical",
"label": "Vertical",
"type": "bool",
"default": false
"default": false,
"description": "Stacks patches vertically instead of horizontally."
},
{
"id": "reverseOrder",
"label": "Reverse Order",
"type": "bool",
"default": false
"default": false,
"description": "Reverses the dark-to-bright patch order."
},
{
"id": "backgroundLevel",
"label": "Background",
"type": "float",
"default": 0.0,
"min": 0.0,
"default": 0,
"min": 0,
"max": 0.2,
"step": 0.001
"step": 0.001,
"description": "Background brightness behind the chart."
},
{
"id": "borderLevel",
"label": "Border",
"type": "float",
"default": 0.08,
"min": 0.0,
"max": 1.0,
"step": 0.001
"min": 0,
"max": 1,
"step": 0.001,
"description": "Brightness of patch borders."
},
{
"id": "sourceMix",
"label": "Source Mix",
"type": "float",
"default": 0.0,
"min": 0.0,
"max": 1.0,
"step": 0.01
"default": 0,
"min": 0,
"max": 1,
"step": 0.01,
"description": "Blends the generated effect with the incoming video."
}
]
}