2.3. Darken Layer Modes

The Darken group contains layer modes that make the result darker.

比較(暗)

図8.20 レイヤーモード比較(暗)の例

レイヤーモード「比較(暗)」の例

Top layer at 100% opacity using Darken only mode.


比較(暗) モードは上下両レイヤーの画素の値から小さな方を選んで結果の画像に使います。 一方が真っ白なレイヤーだと何の変化も起きず、 真っ黒なレイヤーがあると結果の画像も真っ黒になります。

このモードは可換です。 両レイヤーの順序を問いません。

Luma/Luminance darken only

図8.21 Example for layer mode Luma/luminance darken only

Example for layer mode 「Luma/luminance darken only」

Top layer at 100% opacity using Luma/Luminance Darken only mode.


Luma/luminance Darken only mode compares the luminance of each pixel in the upper layer with the corresponding one in the lower layer and uses the smaller value in the resulting image. Completely white layers have no effect on the final image and completely black layers result in a black image. Luma is the perceptual version of Luminance.

The mode is commutative; the order of the two layers doesn't matter (except for transparent areas in the bottom layer).

乗算

図8.22 レイヤーモード乗算の例

レイヤーモード「乗算」の例

Top layer at 100% opacity using Multiply mode.


Multiply mode multiplies the pixel values of the upper layer with those of the layer below it. The result is usually a darker image. If either layer is white, the resulting image is the same as the other layer. If either layer is black, the resulting image is completely black.

The mode is commutative; the order of the two layers doesn't matter (except for transparent areas in the bottom layer).

焼き込み

図8.23 レイヤーモード焼き込みの例

レイヤーモード「焼き込み」の例

Top layer at 100% opacity using Burn mode.


Burn mode inverts the pixel value of the lower layer, divides that by the pixel value of the upper layer, then inverts the result. It tends to make the image darker, somewhat similar to Multiply mode.

写真の業界では焼き込みとは暗室での現像作業で画像の特定の部分の露出を強める技法をさしています。 結果として眩しくなっていた部分が詳しく見えるようになります。 この本来の目的で焼き込みモードを使うのならば、 レイヤーモードよりむしろ描画ツールを用いたグレースケール画像に対しての操作で真価を発揮します。

Linear burn

図8.24 Example for layer mode Linear burn

Example for layer mode 「Linear burn」

Top layer at 100% opacity using Linear Burn mode.


Linear Burn mode adds the pixel values of the upper and lower layers, and then subtracts 1.0. It tends to make the image darker, somewhat similar to Multiply mode.