.. highlightlang:: us .. _xyzgetfillmincolor: XYZGetFillMinColor ================== .. index:: XYZGetFillMinColor .. us.tag XYZGetFillMinColor NOTREADYENGLISH XYZGet_iso :ref:`XYZGetFillMinColor` returns the fill color for areas in which the z-value is smaller than the smallest isoline value. .. function:: rvRGB = XYZGetFillMinColor(hData) .. us.return **Return Value** *rvRGB* is a vector with three elements: .. list-table:: :header-rows: 1 * - Value - Meaning * - rvRGB[1] - Red (0 to 255) * - rvRGB[2] - Green (0 to 255) * - rvRGB[3] - Blue (0 to 255) .. us.params **Parameters** .. uparam:: hData A handle for a dataset created with :ref:`XYZCreate`. .. seealso:: :ref:`overview-xyz-datasets`, :ref:`XYZGetFillColors`, :ref:`XYZCreate` :sub:`id-195922`