亮度/对比度节点¶
输入¶
- 图像
标准法向输入。
- 亮度
可以使图像整体变亮的乘数类型系数。使用负值可使图像变成暗色调。
- 对比
一种缩放类型因子,通过该因子可以使较亮的像素更亮,但使较暗的像素保持较暗。较高的值使细节脱颖而出。使用负数可降低图像中的整体对比度。
输出¶
- 图像
标准化图像输出。
注意¶
此节点可能会放出一个值集,其值超出正常范围,即值大于 1 且小于零。如果要使用输出与正常范围内的其他图像混合,则应使用 "地图值" 节点(启用最小值和最大值)或通过色带节点(使用所有正常默认值)来钳制这些值。
Either of these nodes will scale the values back to normal range. In the example image, we want to amp up the specular pass. The bottom thread shows what happens if we do not clamp the values; the specular pass has a value much less than one in the dark areas; when added to the medium gray, it makes black. Passing the brightened image through either the Map Value or the Color Ramp node produces the desired effect.