You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,6 +16,7 @@ _this table might not be always up-to-date_
16
16
|[ocio-contrast-log](src/ocio-contrast-log)| contrast on log encoded imagery based on the OCIO implementation | nodes ||
17
17
|[ocio-saturation](src/ocio-saturation)| saturation with variable weights also based on OCIO implementation | nodes ||
18
18
|[hsv](src/hsv)| color correction with HSV model | nodes ||
19
+
|[whitebalance](src/whitebalance)| creative white balance with temperature/tint | nodes, blink ||
addUserKnob {26 txt_title l "" T "<h1>WhiteBalance</h1>"}
6
+
addUserKnob {7 temperature l "temperature" t "CCT expressed in Kelvin" R 1000 15000}
7
+
temperature 5495
8
+
addUserKnob {7 tint l "tint" t "Deviation from planckian locus. Negatives are pinkish, positives are greener." R -150 150}
9
+
tint -13
10
+
addUserKnob {7 intensity l "intensity" t "Intensity of the balancing using linear interpolation." R 0.0 5.0}
11
+
intensity 1.0
12
+
addUserKnob {6 show_coefficients l "show RGB coefficients" t "Fill the input with RGB coefficients instead of white-balancing." +STARTLINE}
13
+
addUserKnob {20 About}
14
+
addUserKnob {26 toolName l name T WhiteBalance}
15
+
addUserKnob {26 toolVersion l version T 0.1.0}
16
+
addUserKnob {26 toolAuthor l author T "<a style=\"color: rgb(200,200,200);\" href=\"https://mrlixm.github.io/\">Liam Collod</a>"}
17
+
addUserKnob {26 toolDescription l description T "Creative white-balancing with temperature and tint control."}
18
+
addUserKnob {26 toolUrl l url T "<a style=\"color: rgb(200,200,200);\" href=\"https://github.com/MrLixm/Foundry_Nuke\">https://github.com/MrLixm/Foundry_Nuke</a>"}
addUserKnob {26 txt_title l "" T "<h1>WhiteBalance</h1>"}
6
+
addUserKnob {7 temperature l "temperature" t "CCT expressed in Kelvin" R 1000 15000}
7
+
temperature 5495
8
+
addUserKnob {7 tint l "tint" t "Deviation from planckian locus. Negatives are pinkish, positives are greener." R -150 150}
9
+
tint -13
10
+
addUserKnob {7 intensity l "intensity" t "Intensity of the balancing using linear interpolation." R 0.0 5.0}
11
+
intensity 1.0
12
+
addUserKnob {6 show_coefficients l "show RGB coefficients" t "Fill the input with RGB coefficients instead of white-balancing." +STARTLINE}
13
+
addUserKnob {20 About}
14
+
addUserKnob {26 toolName l name T WhiteBalance}
15
+
addUserKnob {26 toolVersion l version T 0.1.0}
16
+
addUserKnob {26 toolAuthor l author T "<a style=\"color: rgb(200,200,200);\" href=\"https://mrlixm.github.io/\">Liam Collod</a>"}
17
+
addUserKnob {26 toolDescription l description T "Creative white-balancing with temperature and tint control."}
18
+
addUserKnob {26 toolUrl l url T "<a style=\"color: rgb(200,200,200);\" href=\"https://github.com/MrLixm/Foundry_Nuke\">https://github.com/MrLixm/Foundry_Nuke</a>"}
0 commit comments