feat(runtime): apply color grading in preview and render

This commit is contained in:
ukimsanov
2026-06-16 13:41:32 -07:00
parent 8aaaaf1812
commit 1ad158d2f0
15 changed files with 1762 additions and 34 deletions
@@ -17,6 +17,8 @@ export const HYPERFRAME_CONTROL_ACTIONS = [
"seek",
"set-muted",
"set-playback-rate",
"set-color-grading",
"set-color-grading-compare",
"enable-pick-mode",
"disable-pick-mode",
] as const;