XYZSetFillMinColorΒΆ

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

bool = XYZSetFillMinColor(hData, rvRGB)

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.

rvRGB

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)

Comment

Changes come into effect after the function XYZUpdate is called.

id-1076834