ImageProcessing.Compute.Color.PseudoColor

This node converts image grayscale values to RGB color values using a selectable colormap. This is often useful as a visualization aid for grayscale images because humans can discern more colors than grayscale levels. The following colormaps can be selected via the colormap input slot:

Colormap slot valueColormap nameColormap
0Temperatur grayscale
colormap0
1Cold grayscale
colormap1
2Warm grayscale
colormap2
3Rainbow grayscale
colormap3
4Acid grayscale
colormap4
5Girly grayscale
colormap5
6LilyPad grayscale
colormap6
7Bone grayscale
colormap7
8Ghost grayscale
colormap8
9Darkside grayscale
colormap39
10Invert grayscale
colormap10

The example PseudoColor demonstrates the usage of this node.