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

Entradas¶
- Factor
Controla la cantidad de influencia que ejerce el nodo en la imagen de salida.
- Color
Entrada de color estándar.
Propiedades¶
- Correction Formula
El método matemático para ajustar los colores de la imagen.
- Realce / Gama / Ganancia:
Adjusts the colors and tonal range of an image by controlling the shadows, midtones, and highlights separately.
- Realce
Adjusts the darkest areas of the image (the shadows).
- Gama
Primarily affects the midtones, the middle range of brightness in the image.
- Ganancia
Controls the brightest parts of the image (the highlights).
- Desplazamiento / Potencia / Pendiente (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.
- Desplazamiento
Adjusts the darkest areas of the image (the shadows).
- Base
Additional offset, allows to specify a negative offset value.
- Potencia
Primarily affects the midtones, the middle range of brightness in the image.
- Pendiente
Controls the brightest parts of the image (the highlights).
- Punto de blanco:
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.
- Temperatura
The blackbody temperature of the primary illuminant. By default a D65 white point is used.
- Tinte
The amount of green/magenta shift of the blackbody curve.
Salidas¶
- Color
Imagen de salida estándar.
Avanzado¶
La Fórmula de Desplazamiento/Potencia/Pendiente¶
\(\text{out} = (i \times s + o)^p\)
donde:
salida: El valor del píxel luego del etalonaje.
e: El valor del píxel de entrada (de 0 a 1) (negro a blanco).
p: Pendiente (cualquier número mayor o igual a 0, el valor nominal es 1.0).
d: Desplazamiento (cualquier número, el valor nominal es 0).
pt: Potencia (cualquier número mayor que 0, el valor nominal es 1.0).