Hue/Saturation/Value Node#
El nodo Tono Saturación Valor aplicará una transformación al color usando el modelo de color TSV.
Entradas#
- Factor
La cantidad de influencia que el nodo ejercerá sobre la imagen.
- Imagen o color
Entrada de color estándar.
- Tono
The hue rotation offset, from 0 (-180°) to 1 (+180°). Note that 0 and 1 have the same result.
- Saturación
A value of 0 removes color from the image, making it black-and-white. A value greater than 1.0 increases saturation.
- Valor
The value shift. 0 makes the color black, 1 keeps it the same, and higher values make it brighter.
Salidas#
- Imagen o color
Salida de color estándar.
Consejos de Tono/Saturación#
Algunas cosas a tener en cuenta que podrían ayudarle a utilizar este nodo mejor:
- Hues are laid out on a circle
If you apply a Hue offset of 1 (+180°) to a blue image, you get the diametrically opposite color, which is yellow. If you apply a Hue offset of 1 to that yellow image, you get blue again.
- Grayscale images have no hue
Trying to change the Hue or Saturation of a grayscale image has no effect. You can only brighten or darken it by adjusting the Value. To add color, use the Mix node instead.
- Cambiar el efecto con el tiempo
The different values can be animated using a Time Curve node or by setting keyframes.