BitmapImageAdd

Adding two images together is, very simply, the process of adding every pixel in image A to its corresponding pixel in image B. Commonly used for fire effects and adding mattes together.

Properties

NameDescription
nameObject name [string]
input_a"A" input bitmap [bitmap]
input_b"B" Input bitmap [bitmap]
outputOutput bitmap [bitmap]

See also

BitmapAdd

<< Previous 
Table of Content
  Next >>