ColorCorrectGainOffsetMap


Attribute Reference

General attributes

gain

Float bindable
default: 1.0

multiplies the input channels by the specified values

gain_b

Float bindable
default: 1.0

multiplies the blue channel by the specified values

gain_g

Float bindable
default: 1.0

multiplies the green channel by the specified values

gain_r

Float bindable
default: 1.0

multiplies the red channel by the specified values

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

offset

Float bindable
default: 0.0

adds the specified values to the input

offset_b

Float bindable
default: 1.0

adds the specified values to the blue channel

offset_g

Float bindable
default: 1.0

adds the specified values to the green channel

offset_r

Float bindable
default: 1.0

adds the specified values to the red channel

on

Bool
default: True

enables/disables all color correct operations

use_per_channel_gain_offset

Bool
default: False

enables separate RGB controls for gain and offset