OCIOColorSpace

標準のColorSpaceノードと同様に、OCIOColorSpaceノードを使用して、イメージシーケンスをあるカラースペースから別のカラースペースに変換できます。OCIOColorSpaceノードはOpenColorIOライブラリに基づいています。詳細については、 http://opencolorio.org

入力とコントロール

接続タイプ

接続名

関数

入力

名前のない

色空間変換を受け取る画像シーケンス。

マスク

マスクとして使用するオプションの画像。デフォルトでは、色空間変換はマスクの非黒領域に制限されています。

最初は、マスク入力はノードの右側に三角形として表示されますが、ノードをドラッグすると、マスクというラベルの付いた矢印に変わります。マスク入力が表示されない場合は、 maskコントロールが無効または設定されていますnone

Control (UI)

Knob (Scripting)

Default Value

関数

OCIOColorSpace Tab

channels

channels

rgb

ColorSpace変換は、これらのチャンネルにのみ適用されます。

これを他の何かに設定した場合allまたはnone、右側のチェックボックスを使用して個々のチャンネルを選択できます。

in

in_colorspace

linear

入力画像の色空間を指定します。

out

out_colorspace

linear

画像を変換したい色空間を指定します。

mask

N/A

disabled

右側の関連するマスクチャネルを有効にします。このチェックボックスを無効にすることは、チャンネルをnone.

maskChannelInput

none

The channel to use as a mask. By default, the colorspace conversion is limited to the non-black areas of this channel.

inject

inject

disabled

をコピーしますmask定義済みへの入力mask.aチャネル。マスクを注入すると、同じマスクをさらに下流で使用できます。

invert

invert_mask

disabled

マスクチャネルの使用を反転して、色空間変換がマスクの非白領域に制限されるようにします。

fringe

fringe

disabled

有効にすると、マスクのエッジにのみ効果が適用されます。

無効にすると、効果はマスク全体に適用されます。

(un)premult by

N/A

disabled

右側の関連チャンネルを有効にします。このチェックボックスを無効にすることは、チャンネルをnone

unpremult

none

The image is divided by this channel before being processed, and multiplied again afterwards.

If you are using premultiplied input images, you may want to check (un)premult by and select rgba.alpha here. This will simulate doing the color conversion before the premultiplication was done. It is the same as adding an Unpremult node before this node and a Premult node after, but allows you to work faster if you’re only using one color correct node.

If you are using unpremultiplied input images, you should leave this set to none.

invert

invert_unpremult

disabled

(un)premultiplyチャネルの使用を反転します。

mix

mix

1

0の元の画像と1の完全な色空間変換の間で溶解します。

ステップバイステップガイド

OCIOColorSpaceノードを使用した色空間の変換