Skip to main content
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.

Inputs

FieldDescriptionData Type
image1The first image to be blended. It serves as the base layer for the blending operation.IMAGE
image2The second image to be blended. Depending on the blend mode, it modifies the appearance of the first image.IMAGE
blend_factorDetermines the weight of the second image in the blend. A higher blend factor gives more prominence to the second image in the resulting blend.FLOAT
blend_modeSpecifies the method of blending the two images. Supports modes like normal, multiply, screen, overlay, soft light, and difference, each producing a unique visual effect.COMBO[STRING]

Outputs

FieldDescriptionData Type
imageThe resulting image after blending the two input images according to the specified blend mode and factor.IMAGE
This documentation was AI-generated. If you find any errors or have suggestions for improvement, please feel free to contribute! Edit on GitHub