+
+ {metadata.color.label} source
+
+ SDR preview
+
+
+
+ These controls use the current SDR shader preview path. Render may stay HDR-tagged, but this
+ is not true HDR color grading yet.
+
+
+ );
+}
+
// fallow-ignore-next-line complexity
export function FlatColorGradingSection({
grading,
assets,
onImportAssets,
onCommitColorGrading,
- applyScope: _applyScope,
- applyBusy: _applyBusy,
- onSetApplyScope: _onSetApplyScope,
- onApplyToScope: _onApplyToScope,
- onApplyScopeAvailable: _onApplyScopeAvailable,
- mediaMetadata: _mediaMetadata,
+ applyScope,
+ applyBusy,
+ onSetApplyScope,
+ onApplyToScope,
+ onApplyScopeAvailable,
+ mediaMetadata,
}: {
grading: NormalizedHfColorGrading;
assets: string[];
@@ -218,6 +239,7 @@ export function FlatColorGradingSection({
return (