Use the color correct imager to adjust saturation, contrast, gamma, gain and offset for the whole luminance range, or only for shadows, midtones, or highlights.
Input
Input points to the previous imager operation in the chain (so that you can stack them and apply multiple operations serially).
Enable
Enables the imager.
Layer Selection
Selects layers processed by this imager with a glob or operator expression. An imager can use a selection to determine what nodes will be selected to be processed by the imager at render time. The selection is an expression that can consist of multiple selections concatenated by:
or
(union)and
(intersection)not
(negation)and not
(exclusion)()
for nested scoping
Each selection uses glob patterns and regular expressions and a node will be processed by the imager if the expression matches the node name. By default, glob matching is used unless the selection is in a regex quote, i.e. r'<my_regex>'
. For example:
Main Saturation
Saturation multiplier for all values.
Main Contrast
Contrast multiplier for all values.
Main Gamma
Gamma amount for all values.
Main Gain
Gain color multiplier for all values.
Main Offset
Offset color amount for all values.
Shadows Saturation
Saturation multiplier for darker values.
Shadows Contrast
Contrast multiplier for darker values.
Shadows Gamma
Gamma amount for darker values.
Shadows Gain
Gain color multiplier for darker values.
Shadows Offset
Offset color amount for darker values.
Midtones Saturation
Saturation multiplier for midtone values.
Midtones Contrast
Contrast multiplier for midtone values.
Midtones Gamma
Gamma amount for midtone values.
Midtones Gain
Gain color multiplier for midtone values.
Midtones Offset
Offset color amount for midtone values.
Highlights Saturation
Saturation multiplier for brighter values.
Highlights Contrast
Contrast multiplier for brighter values.
Highlights Gamma
Gamma amount for brighter values.
Highlights Gain
Gain color multiplier for brighter values.
Highlights Offset
Offset color amount for brighter values.