.. highlightlang:: us .. _xyzget3dinsidecolor: XYZGet3DInsideColor =================== .. index:: XYZGet3DInsideColor .. us.tag XYZGet3DInsideColor NOTREADYENGLISH XYZGet_3d :ref:`XYZGet3DInsideColor` returns the color used to fill the 3D surface inside the data hull or the bars. .. function:: rvRGB = XYZGet3DInsideColor(hData) .. us.return **Return Value** *rvRGB* is a vector with 3 elements: .. list-table:: :header-rows: 1 * - Value - Meaning * - rmRGB[1] - Red (0-255) * - rmRGB[2] - Green (0-255) * - rmRGB[3] - Blue (0-255) .. us.params **Parameters** .. uparam:: hData A handle for a dataset created with :ref:`XYZCreate`. .. seealso:: :ref:`overview-xyz-datasets`, :ref:`XYZSet3DInsideColor`, :ref:`XYZGet3DSurfaceType` :sub:`id-1727708`