Skip to content
This repository was archived by the owner on Jan 27, 2026. It is now read-only.

22_vectorintensity

Drew-S edited this page Jun 24, 2020 · 2 revisions
Vector To Intensity Map Node

vectorintensity

Converts an input rgba map to a mono map using a selected method of channel selection.


Ports

The node has 1 input and 1 output port(s).

  • Input 1 (rgba): The input vector map.
  • Output 1 (mono): The resulting mono map converted from the input map.

The options available are:

Red: Output only the red channel.

Green: Output only the green channel.

Blue: Output only the blue channel.

Alpha: Output only the alpha channel.

Average: Average the channels together (r + g + b + a) / 4.

Min: Selects the smallest of the four channels.

Max: Selects the largest of the four channels.

Clone this wiki locally