Admin Production ni-theme
Current Publication

OGLATTR_COLORMAP_INTERP

LabWindows/CVI

OGLATTR_COLORMAP_INTERP

Data Type: integer
Access:read/write
Functions:OGLGetPlotAttribute
OGLSetPlotAttribute
Description: Indicates how to assign colors to Z Array data values that do not exactly match the data values in the Color Map Array. If Interp Colors is zero, then the data value is assigned the color assoicated with the next higher Color Map data value. If Interp Colors is nonzero, then the data value is assigned the color computed using a weighted mean of the colors associated with the Color Map data values above and below the Z Array data value.

Regardless of the value of Interp Color
* data values below the lowest Color Map data value are assigned the color of the lowest Color Map data value
* data values above the highest Color Map data value are assigned the value passed in the Hi Color parameter
Values:
OGLVAL_TRUE (1)True
OGLVAL_FALSE (0)False
LabWindows/CVI
Compatibility:
LabWindows/CVI 5.0 and later