XYZGetFillMinColorΒΆ

XYZGetFillMinColor returns the fill color for areas in which the z-value is smaller than the smallest isoline value.

rvRGB = XYZGetFillMinColor(hData)

Return Value

rvRGB is a vector with three elements:

Value Meaning
rvRGB[1] Red (0 to 255)
rvRGB[2] Green (0 to 255)
rvRGB[3] Blue (0 to 255)

Parameters

hData

A handle for a dataset created with XYZCreate.

id-195922