Colour Correct
Correct colour with per-channel curves, lift/gamma/gain/offset wheels, saturation, and contrast.
What it does
Colour Correct is a grading toolkit in one node: per-channel curves, three-way lift/gamma/gain balancing with offset, saturation, and contrast. It applies to images, colours, and analytic shapes alike, and can load a .cube LUT file.
Opacity blends the graded result back with the original.
When to use it
Classic three-way grading: contrast, lifted shadows, colour-cast balancing.
Per-channel tone curves, with Curve nodes wired into Master, Red, Green, Blue, or Alpha.
Applying a delivered .cube LUT look to an image.
Pushing saturation up or down, or pivoting contrast around a chosen luminance.
One grading pass that behaves the same on an image and on a flat colour or shape fill.
| Parameter | Type | Default |
|---|---|---|
content_in | OneOf([FieldOf(Color), FieldOf(Volume), CollectionOf(Crc), Collection, GpuGeometry, CollectionOf(Geometry), Color, ColorArray]) | — |
master_curve | Curve | — |
red_curve | Curve | — |
green_curve | Curve | — |
blue_curve | Curve | — |
alpha_curve | Curve | — |
lut_file | String | "String::new()" |
lift_r | Number | 0 |
lift_g | Number | 0 |
lift_b | Number | 0 |
gamma_r | Number | 1 |
gamma_g | Number | 1 |
gamma_b | Number | 1 |
gain_r | Number | 1 |
gain_g | Number | 1 |
gain_b | Number | 1 |
offset_r | Number | 0 |
offset_g | Number | 0 |
offset_b | Number | 0 |
saturation | Number | 1 |
contrast | Number | 1 |
contrast_pivot | Number | 0.500 |
clamp_output | Boolean | true |
opacity | Number | 1 |
spatial_strength | Field | — |
strength | Number | 1 |
Gotchas
Processing order is fixed: curves, then the .cube LUT if one is loaded, then lift/gamma/gain/offset, then saturation, then contrast, then the clamp, then the Opacity blend. When a result looks wrong, check whether an earlier stage pushed values out of range before a later one operated on them.
The .cube LUT applies to images only. Grading a flat colour or an analytic shape fill skips the LUT, and only the curves and lift/gamma/gain/offset/saturation/contrast maths carry over.
Clamp Output defaults to on, holding values in 0–1. Turn it off to push values past white or below black for a later node, such as a Levels or exposure adjustment, to pull back in.
Worked example
Add Colour Correct and wire an image into Input Image.
Raise Contrast and nudge Contrast Pivot to taste, then push Saturation up slightly.
Add a Curve node and wire it into Red Curve to warm the highlights.
Lower Opacity to blend the grade back toward the original.