Function
Imports data from an Data Explorer colormap file.
Syntax
#include <dx/dx.h>
DXImportCM(char *filename,char **variable)
Functional Details
Imports data from a Data Explorer colormap file filename. (These files can be saved using Save As from the File menu of the Colormap Editor). variable can be "colormap" or "opacity". If variable is NULL, then both the colormap and the opacity map are imported and placed in a group.
Return Value
Returns a pointer to the Object or returns NULL and sets an error code.
See Also
DXImportNetCDF, DXImportDX, DXImportHDF, DXImportCDF