![]() |
ColorMapValues








Public Data Item |
Declared in: NiPlot3d.h |
Declaration
CNiReal64Vector ColorMapValues;
Description
ColorMapColors and ColorMapValues specify a custom color map. Each element in the value vector and its corresponding element in the color vector are a value-color pair in the color map.
Note:
To specify a custom color map with ColorMapValues and ColorMapColors, first set ColorMapStyle to Custom. The ColorMapColors and ColorMapValues vectors must have at least two elements, and the ColorMapValues must have no duplicates and be sorted in increasing value.