Go to the source code of this file.
Functions | |
void | liveVizFloatToRGB (liveVizRequest &req, const float *floatSrc, unsigned char *destRgb, int nPixels) |
Builtin, default float to RGB conversion function. |
void liveVizFloatToRGB | ( | liveVizRequest & | req, | |
const float * | floatSrc, | |||
unsigned char * | destRgb, | |||
int | nPixels | |||
) |
Builtin, default float to RGB conversion function.
A user-written routine to convert floating-point pixels (when initialized with liveVizConfig::pix_float) to RGB pixels, which are actually sent across the wire.
Users can write their own (with the same name) and it will override this version.
Definition at line 8 of file compat_float2rgb.C.
References colorScale().
Referenced by vizReductionHandler().