ColorCorrectSaturationMap
Attribute Reference Permalink to Attribute Reference
General attributes
input Permalink to input
Rgb bindable
default: [ 1, 1, 1 ]
bind the input here
mix Permalink to mix
Float bindable
default: 1.0
how much of the overall color correct to mix in
on Permalink to on
Bool
default: True
enables/disables all color correct operations
saturation Permalink to saturation
Float bindable
default: 1.0
desaturates the input below 1.0 and adds saturation above 1.0

saturation_b Permalink to saturation_b
Float bindable
default: 1.0
desaturates the blue channel input below 1.0 and adds saturation above 1.0
saturation_g Permalink to saturation_g
Float bindable
default: 1.0
desaturates the green channel input below 1.0 and adds saturation above 1.0
saturation_r Permalink to saturation_r
Float bindable
default: 1.0
desaturates the red channel input below 1.0 and adds saturation above 1.0

use_per_channel_saturation Permalink to use_per_channel_saturation
Bool
default: False
enables separate RGB controls for saturation