![]() |
ColorMapStyle








Public Data Item |
Declared in: NiPlot3d.h |
Declaration
ColorMapStyles ColorMapStyle;
Description
Specifies the color map used by the plot. The following list includes valid color map values.
- CNiPlot3D::None - no color map.
- CNiPlot3D::Shaded - shaded using the plot fill color.
- CNiPlot3D::ColorSpectrum - color spectrum.
- CNiPlot3D::GrayScale - grayscale.
- CNiPlot3D::Custom - custom.
Note: The colormap is applied to data points by mapping the magnitude (W) value of each data point to a color in the color map. If magnitude (W) data was not specified for the plot, the Z data is used for the magnitude data.