Bright/Contrast Node

../../../_images/compositing_node-types_CompositorNodeBrightContrast.png

Bright/Contrast ノード。

入力

Image(画像)

標準のイメージ入力です。

Brightness(明るさ)

画像全体の明るさを上げる、加算型係数。負の値を使用すると、画像は暗くなります。

Contrast

A scaling type factor by which to make brighter pixels brighter, but keeping the darker pixels dark. Higher values make details stand out. Use a negative number to decrease the overall contrast in the image.

Properties(プロパティ)

Convert Premultiplied

By default, it is supposed to work in premultiplied alpha. If the Convert Premul checkbox is not enabled, it is supposed to work in straight alpha.

Alpha Channel を参照してください。

出力

Image(画像)

標準のイメージ出力です。

ノート

It is possible that this node will put out a value set that has values beyond the normal range, i.e. values greater than one and less than zero. If you will be using the output to mix with other images in the normal range, you should clamp the values using the Map Value node (with the Min and Max enabled), or put through a Color Ramp node (with all normal defaults).

../../../_images/compositing_types_color_bright-contrast_clamp-values.png

Clamp the values to normal range.

Either of these nodes will scale the values back to normal range. In the example image, we want to intensify the specular pass. The bottom thread shows what happens if we do not clamp the values; the specular pass has a value much less than one in the dark areas; when added to the medium gray, it makes black. Passing the brightened image through either the Map Value or the Color Ramp node produces the desired effect.

../../../_images/compositing_types_color_bright-contrast_basic-example.png

基本的な例です。