ColorCorrectContrastMap


Attribute Reference

General attributes

contrast

Float bindable
default: 0.0

negative values reduce the difference in luminance towards grey and positive values increase the difference in luminance

contrast_b

Float bindable
default: 0.0

negative values reduce the difference in luminance towards grey and positive values increase the difference in luminance for the blue channel

contrast_g

Float bindable
default: 0.0

negative values reduce the difference in luminance towards grey and positive values increase the difference in luminance for the green channel

contrast_r

Float bindable
default: 0.0

negative values reduce the difference in luminance towards grey and positive values increase the difference in luminance for the red channel

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

use_per_channel_contrast

Bool
default: False

enables separate RGB controls for contrast