Combine/Separate Nodes

All of these nodes do essentially the same thing:

  • Separate: Split out an image into its composite color channels.

  • Combine: Re/combine an image from its composite color channels.

These nodes can be used to manipulate each color channel independently. Each type is differentiated in the applied Color Model.

In compositing and texture context each node supports the Alpha channel. In the texture context only RGB channels are available. In the shading context of Cycles and Eevee, a combine and separate node is added for HSV.

The Combine nodes can also be used to input single color values. For RGBA and HSVA color models it is recommended to use the RGBノード. Some common operations could easier be executed with the Color(カラー)ノード.

Separate/Combine RGBA Nodes

Combine RGBA Node.
Separate RGBA Node.

Input/Output

Image(画像)

Standard image in/output.

  • R (Red)

  • G (Green)

  • B (Blue)

  • A (Alpha)

Properties(プロパティ)

このノードにはプロパティがありません。

../../../_images/compositing_types_converter_combine-separate_example-combine-rgba.png

ぼかしたアルファチャンネルの例。

この最初の例では、アルファチャンネルとぼかしを取得して、カラーと合わせます。シーンに配置すると、エッジがブレンドされ、ハードエッジではなくなります。これは、 Anti-Aliasing(アンチエイリアス) に似ていますが、3次元の意味です。CG要素をライブアクションに追加してハードエッジを削除する場合は、このノード設定を使用します。このエフェクトをより広いスケールでアニメーション化すると、オブジェクトは "フェーズ外" のタイムトラベルエフェクトとして "フェーズ" のように見えます。

Separate/Combine XYZ Nodes

Combine XYZ(XYZ合成)ノード。
Separate XYZ(XYZ分離)ノード。

Input/Output

Image(画像)

Standard vector in/output.

  • X (X Vector)

  • Y (Y Vector)

  • Z (Z Vector)

Properties(プロパティ)

このノードにはプロパティがありません。

Separate/Combine HSVA Nodes

Combine HSVA Node.
Separate HSVA Node.

Input/Output

Image(画像)

Standard image in/output.

  • H (Hue)

  • S (Saturation)

  • V (Value)

  • A (Alpha)

Properties(プロパティ)

このノードにはプロパティがありません。

Separate/Combine YUVA Nodes

Combine YUVA Node.
Separate YUVA Node.

Input/Output

Image(画像)

Standard image in/output.

  • Y (Luminance)

  • U (U chrominance)

  • V (V chrominance)

  • A (Alpha)

Properties(プロパティ)

このノードにはプロパティがありません。

Separate/Combine YCbCrA Node

Combine YCbCrA Node.
Separate YCbCrA Node.

Input/Output

Image(画像)

Standard image in/output.

  • Y (Luminance)

  • Cb (Chrominance Blue)

  • Cr (Chrominance Red)

  • A (Alpha)

Properties(プロパティ)

Mode(モード)

ITU 601, ITU 709, JPEG

../../../_images/compositing_types_converter_math_multiply.png

Luminance channel(ルミナンスチャンネル)のスケールの例。

この例には、画像のルミナンスチャンネル(Y)を増加し明るくする、 Math(数式) (Multiply(乗算)) ノードがあります。

ちなみに

これらのチャンネルを Color Ramp(カラーランプ) ノードに通し値を調整する場合は、正確な表現のためにCardinal(カーディナル)スケールを使用します。ルミナンスチャンネルでExponential(指数)スケールを使用すると、コントラストの高い効果が得られます。