2.3. Darken Layer Modes

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

어두운 색만

그림 8.20. Example for layer mode Darken only

Example for layer mode “Darken only”

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. Example for layer mode Multiply

Example for layer mode “Multiply”

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).

번(Burn)

그림 8.23. Example for layer mode Burn

Example for layer mode “Burn”

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.

사진 보정에서 번(Burn)은 어두운 방에서 찍은 사진의 특정 부분 노출값을 감소시켜 줄때 사용됩니다. 이를 이용하면 밝은 부분에 있던 자세한 부분들이 드러납니다. 그레이스케일 이미지에서는 레이어 모드보다 페인팅 도구 중 태우기 도구를 이용하는 것이 좋습니다.

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.