Nodes Combine/Separate¶
Tous ces nodes font essentiellement la même chose :
Separate : décomposent une image en ses canaux de couleur composites.
Combine : Re/combinent une image à partir des canaux de couleur composite.
Ces nodes peuvent être utilisés pour manipuler chaque couleur indépendamment. Chaque type est différencié dans l”espace de couleurs appliqué.
In compositing and texture context each node supports the Alpha channel. In the texture context only RGB color space is available. In the shading context of Cycles combine and separate nodes are added for HSV and vectors (XYZ).
The Combine nodes can also be used to input single color values. For RGBA and HSVA color spaces it is recommended to use the Node RGB. Some common operations could easier be executed with the Nodes Color.
Nodes Separate/Combine RGBA¶
Propriétés¶
Ce node n’a pas de propriétés.
Exemples¶
In this first example, we take the Alpha channel and blur it, and then combine it back with the colors. When placed in a scene, the edges of it will blend in, instead of having a hard edge. This is almost like anti-aliasing but in a three-dimensional sense. Use this node setup, when adding CG elements to live action to remove any hard edges. Animating this effect on a broader scale will make the object appear to « phase » in and out, as an « out-of-phase » time-traveling sync effect.
Nodes Separate/Combine YUVA¶
Input/Output¶
- Image
Entrée/sortie image standard.
Y (Luminance)
U (U chrominance)
V (V chrominance)
A (Alpha)
Propriétés¶
Ce node n’a pas de propriétés.
Separate/Combine YCbCrA Node¶
Input/Output¶
- Image
Entrée/sortie image standard.
Y (Luminance)
Cb (Chrominance Bleue)
Cr (Chrominance Rouge)
A (Alpha)
Propriétés¶
- Mode
ITU 601, ITU 709, Jpeg
Exemples¶
Cet exemple a un node Math (Multiply) augment le canal Luminance (Y) de l’image pour la rendre plus lumineuse.
Astuce
Si le passage de ces canaux à travers à un node Color Ramp pour ajuster la valeur, utilisez pour une représentation précise. l’utilisation de Exponential scale sur le canal luminance donne un effet de fort contraste.