色彩平衡節點

The Color Balance node adjusts the color and values of an image.

色彩平衡節點。

輸入

Factor

Controls the amount of influence the node exerts on the output image.

色彩

Standard color input.

屬性

Correction Formula

The mathematical method to adjust the image's colors.

Lift(提升)/Gamma(咖瑪)/Gain(增益):

Adjusts the colors and tonal range of an image by controlling the shadows, midtones, and highlights separately.

Lift (提升)

Adjusts the darkest areas of the image (the shadows).

Gamma (咖瑪)

Primarily affects the midtones, the middle range of brightness in the image.

Gain (增益)

Controls the brightest parts of the image (the highlights).

Offset/Power/Slope (ASC-CDL):

A standardized model for adjusting the colors and tonal range of an image. This allows the same values to be used across different application to yield the same result. See Advanced for more details on the underlying implementation.

偏移量(Offset)

Adjusts the darkest areas of the image (the shadows).

Basis

Additional offset, allows to specify a negative offset value.

Power

Primarily affects the midtones, the middle range of brightness in the image.

Slope

Controls the brightest parts of the image (the highlights).

White Point:

Adjusts the color that should be considered white. The white point is specified as setting the inputs color temperature and then the desired output temperature.

Temperature

The blackbody temperature of the primary illuminant. By default a D65 white point is used.

Tint

The amount of green/magenta shift of the blackbody curve.

輸出

色彩

標準輸出圖像。

進階

The Offset/Power/Slope Formula

\(\text{out} = (i \times s + o)^p\)

where:

  • out: The color graded pixel code value.

  • i: The input pixel code value (0 to 1) (black to white).

  • s: Slope (any number 0 or greater, nominal value is 1.0).

  • o: Offset (any number, the nominal value is 0).

  • p: Power (any number greater than 0, nominal value is 1.0).