XYZGet3DOutsideColorΒΆ
XYZGet3DOutsideColor returns the color used to fill the 3D surface outside the data hull or the bars.
- rvRGB = XYZGet3DOutsideColor(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-1447713