Color Balance(カラーバランス)ノード¶
The Color Balance node adjusts the color and values of an image.
入力¶
- Factor(係数)
ノードが出力画像に与える影響の量をコントロールします。
- Color(カラー)
標準のカラー入力です。
Properties(プロパティ)¶
- 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)(オフセット/パワー/スロープ(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.
出力¶
- Color(カラー)
標準の出力画像です。
高度な設定¶
Offset/Power/Slope(オフセット/パワー/スロープ)の計算式¶
\(\text{out} = (i \times s + o)^p\)
ここでは:
out: カラーグレードのピクセルコード値。
i: 入力ピクセルコード値 (0~1) (黒から白) 。
s: Slope(スロープ) (任意の 0 以上の数値、既定値は 1.0)。
o: Offset(オフセット) (任意の数値、既定値は 0)。
p: Power(パワー) (任意の 0 より大きい数値、既定値は 1.0)。