XYZSetColorMapΒΆ

XYZSetColorMap sets a color map name used to fill a contour map or 3D surface map.

bool = XYZSetColorMap(hData, ssColorMapName)

Return Value

If the function succeeds, the return value bool is TRUE (1); otherwise it is FALSE (0).

Parameters

hData

The handle of a dataset created with XYZCreate.

ssColorMapName

ssColorMapName is the name of a color map. Here is the list with the build in names:

../../_images/colormaplist.png

Comment

The XYZSetColorMap function enables the use of the color map. The option to use the color map can be switched off with XYZEnableColorMap.

Changes come into effect after the function XYZUpdate is called.

id-1206591