ColorCorrectSaturationMap


Attribute Reference

General attributes

input

Rgb bindable
default: [ 1, 1, 1 ]

bind the input here

mix

Float bindable
default: 1.0

how much of the overall color correct to mix in

on

Bool
default: True

enables/disables all color correct operations

saturation

Float bindable
default: 1.0

desaturates the input below 1.0 and adds saturation above 1.0

saturation_b

Float bindable
default: 1.0

desaturates the blue channel input below 1.0 and adds saturation above 1.0

saturation_g

Float bindable
default: 1.0

desaturates the green channel input below 1.0 and adds saturation above 1.0

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

Bool
default: False

enables separate RGB controls for saturation