CreateColorMapFromHeightMapNode

The CreateColorMapFromHeightMapNode creates a color map from a height map.

Input:

value The height map values.
width The width of the resulting color map.
height The height of the resulting color map.
color The color for the height map values. Can also use a GradientNode.

Output:

The color map.

Internal Request:

Requests the connected value socket for x and z within the width and height. Requests the connected color socket using y as the height map value.

Example: