Skip to content

Commit 6f139ac

Browse files
author
Jed Smith
committed
move upper range limit for threshold to 0.3 - necessary for tanh / atan
1 parent 1cf3a44 commit 6f139ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

GamutCompress_blink.nk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Group {
1111
addUserKnob {22 reset -STARTLINE T "n = nuke.thisNode()\nknobs = \['threshold', 'cyan', 'magenta', 'yellow']\nfor k in knobs:\n n\[k].setValue(0.2)"}
1212
addUserKnob {6 use_gpu l "use gpu" t "use gpu for blinkscript node" -STARTLINE}
1313
use_gpu true
14-
addUserKnob {7 threshold t "Percentage of the gamut to affect. A value of 0.2 will leave leave the core 80% of the colors within the gamut unaffected." R 0 0.2}
14+
addUserKnob {7 threshold t "Percentage of the gamut to affect. A value of 0.2 will leave leave the core 80% of the colors within the gamut unaffected." R 0 0.3}
1515
threshold 0.2
1616
addUserKnob {26 distance_limit_label l " " T "<b>distance limit" t "Specifies the distance beyond the gamut boundary to map to the gamut boundary for each color component."}
1717
addUserKnob {7 cyan t "distance limit for the R component." R 0.001 1}

0 commit comments

Comments
 (0)