Adding a color map from masks node

The color map from masks node uses three masks to construct the red, green, and blue channels of the output color map. Each mask value between 0.0 and 1.0 is converted to between 0 and 255.

The inverse operation is done using the Split color map node.

To add a color map from masks node, right-click in the Graph Editor and select Create Node > Color > color map from masks.

This node has no parameters.

Linking a color map from masks node

  • The mask mapped to the top input connector is used to construct the red channel of the output color map.
  • The mask mapped to the middle input connector is used to construct the green channel of the output color map.
  • The mask mapped to the bottom input connector is used to construct the blue channel of the output color map.
  • The output connector corresponds to the newly constructed color map and can be link to a compatible node such as the Apply color map, Split color map, Alpha blend, or Export color map nodes.

Use the Fast-creation menu by clicking and dragging the output connector to find compatible nodes.