Merge
Category Image
Is Pair Node: No
Merges two images using a specified blend mode. The top image is combined with the bottom image to produce a new image output. The blend mode determines how the pixels of the two images interact with each other, allowing for various visual effects.
Blend Modes
Section titled “Blend Modes”For more information on the available blend modes, see the Blend Modes documentation.
Inputs
Section titled “Inputs” Blend Mode
Section titled “ Blend Mode ” Type: Blend Mode (Enum)
Default: Normal
The blend mode to use when merging the images. This determines how the pixels of the input images are combined.
Type: Painter
Default: unset
Top image to merge. This is the image that will be placed on top of the bottom image in the final output.
Bottom
Section titled “ Bottom ” Type: Painter
Default: unset
Bottom image to merge. This is the image that will be placed below the top image in the final output.