Chroma Hold
Chroma Hold keeps one target hue in color and desaturates everything else — the "color splash" effect.
Parameters
| Parameter | Type | Range | Default | What it does |
|---|---|---|---|---|
| Hold Hue | number | 0° to 360° | 0° | The hue to keep in color. |
| Similarity | number | 1 to 100% | 30% | How close a color needs to be to the held hue to stay in color. |
| Strength | number | 0 to 100% | 0% | How fully non-matching colors are desaturated. At 100%, non-matching colors are fully desaturated. |
How it works
Runs after color grading and after any LUT in your stack, so the "held" color reflects your final graded look rather than the original source color.
See also
Chroma Key uses the same hue-matching idea to key out transparency instead of desaturating.
Control preview
JSON structure
{
"id": "chromahold",
"enabled": true,
"params": {
"hold": 0,
"similarity": 30,
"blend": 0
}
}