Image Blend
Last updated
Last updated
Class name: ImageBlend
Category: image/postprocessing
Output node: False
The ImageBlend node is designed to blend two images together based on a specified blending mode and blend factor. It supports various blending modes such as normal, multiply, screen, overlay, soft light, and difference, allowing for versatile image manipulation and compositing techniques. This node is essential for creating composite images by adjusting the visual interaction between two image layers.
image1
IMAGE
The first image to be blended. It serves as the base layer for the blending operation.
image2
IMAGE
The second image to be blended. Depending on the blend mode, it modifies the appearance of the first image.
blend_factor
FLOAT
Determines the weight of the second image in the blend. A higher blend factor gives more prominence to the second image in the resulting blend.
blend_mode
COMBO[STRING]
Specifies the method of blending the two images. Supports modes like normal, multiply, screen, overlay, soft light, and difference, each producing a unique visual effect.
image
IMAGE
The resulting image after blending the two input images according to the specified blend mode and factor.