material-maker/doc/node_decompose.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

16 lines
312 B
ReStructuredText

Decompose node
~~~~~~~~~~~~~~
The decompose node decomposes a color input into three greyscale outputs.
.. image:: images/node_decompose.png
Inputs
++++++
The decompose node has a single color input.
Outputs
+++++++
The decompose node outputs 3 greyscale images, one for each (red, green and blue) channel.