mirror of
https://github.com/Relintai/material-maker.git
synced 2024-12-23 21:16:54 +01:00
fc3173b9b4
This results in less merge conflicts when using the Text Editor > Files > Trim Trailing Whitespace editor setting. .ptex, .mmg and .json files generated weren't modified as these are saved by Material Maker. These files could be made to end with a newline automatically on save in a future commit.
17 lines
313 B
ReStructuredText
17 lines
313 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.
|