How It Works
Color Correction adjusts the color profile of your footage. You choose one grading method (preset, reference image, or custom LUT), and Mosaic applies that look across your video.
Input & Settings
1. Preset LUT
Select a ready-made look such as:- Golden Hour
- Filmic
- Vibrant
- Cool Tones
- Neutral Clean
Fast results when you don’t want to think about color science.
2. Reference Image
Upload an image whose color style you want to match. Example:Upload a still from a movie → Mosaic matches that cinematic look. Best for:
Brand aesthetics or mood matching.
3. Custom LUT (.cube)
Upload your own .cube LUT file exported from:- DaVinci Resolve
- Premiere Pro
- Final Cut
- Photoshop
- Other grading software
Colorists or agencies with existing grading pipelines.
API Info
Node Params & API Details
Node Params & API Details
- Node ID:
8254e1f8-dfea-42f9-90d8-aa91ec859bec
Node params
| Param | Type | Required | Default | Notes |
|---|---|---|---|---|
mode | "reference_image" | "preset_lut" | "custom_lut" | Yes | UI: "preset_lut" | Determines which source drives grading. |
reference_image_id | string (UUID) | Conditional | unset | Required when mode="reference_image". |
preset_lut | string | Conditional | "golden_hour" (UI) | Required when mode="preset_lut". |
custom_lut_gcs_uri | string (gs:// or s3://) | Conditional | unset | Required when mode="custom_lut". |
custom_lut_filename | string | No | unset | Display/traceability metadata for uploaded LUT. |
strength | number | No | 35 | Blend strength. UI slider: 10-40. Runtime accepts 0-40. |
Parameter groups
- Mode selector:
mode - Reference-image mode:
reference_image_id,strength - Preset LUT mode:
preset_lut - Custom LUT mode:
custom_lut_gcs_uri,custom_lut_filename
Supported preset_lut values
warm_ambersunset_boulevardroyal_blueretro_forestpeach_melbapastel_mintlavender_dustgolden_hourbutter_creamblueberry_dream
Scenario requirements
mode="reference_image"->reference_image_idrequired.mode="preset_lut"->preset_lutrequired.mode="custom_lut"->custom_lut_gcs_urirequired (uploaded.cubefile path).
Runtime notes
- UI persists only one active grading source; changing
modeclears conflicting fields.