material-maker/doc/node_combine.rst
Rodolphe Suescun 26720e74e9 Updated Transform, added Decompose and minor changes
Updated Transform so it accepts a greyscale input per parameter. For each pixel, the parameter is multiplied by 2*v-1 (v being the value of the input's pixel) which makes it possible to affect the strength of each transform using an input image. New effects such as whirl and color guided offsets are now possible.

Added Decompose node (does the opposite of combine).

Used another color for inputs/outputs that expect/generate a greyscale image.
2018-08-25 08:07:22 +02:00

17 lines
290 B
ReStructuredText

Combine node
~~~~~~~~~~~~
The combine node combines three greyscale inputs into a color output texture.
.. image:: images/node_combine.png
Inputs
++++++
The combine node has 3 inputs, one for each (red, green and blue) channel.
Outputs
+++++++
The combine node outputs a color image.