XYZGet3DInsideColorΒΆ
XYZGet3DInsideColor returns the color used to fill the 3D surface inside the data hull or the bars.
- rvRGB = XYZGet3DInsideColor(hData)
Return Value
rvRGB is a vector with 3 elements:
Value |
Meaning |
---|---|
rmRGB[1] |
Red (0-255) |
rmRGB[2] |
Green (0-255) |
rmRGB[3] |
Blue (0-255) |
Parameters
- hData
A handle for a dataset created with XYZCreate.
id-1727708