Vector to Colour
Jump to navigation
Jump to search

Overview
The Vector to colour node converts the Input vector into a colour. This conversion happens according to the node input type conversion rules which are described in the Node Input Type Conversion documentation.
When converting a vector to a colour, a piecewise component copy is done:
The following example is for illustrative purposes only. An EXR image supplies vector data to displace the planet surface. The vector data is also passed to a Normalise vector node prior to being passed to a Vector to colour node because some of the vector values will exceed the visual range, 0 to 1 or sRGB 0 - 255. Once normalised, the vector data is then converted to colour via the Vector to colour node.
Settings:
- Name: This setting allows you to apply a descriptive name to the node, which can be helpful when using multiple Vector to colour nodes in a project.
- Enable: When checked, the node is active and the conversion operation will take place. When unchecked the values assigned to its Main Input, if any, are passed through, otherwise a value of 0 is passed through.