.. highlightlang:: us .. index:: HatchGetColor .. _hatchgetcolor: HatchGetColor ============= .. us.tag HatchGetColor NOTREADYENGLISH HATCH_Get :ref:`HatchGetColor` returns the hatch line color. .. function:: rvColorRGB = HatchGetColor(hHatch) .. us.return **Return Value** *rvColorRGB* is a vector with 3 elements that specify the hatch line color: .. list-table:: :header-rows: 1 * - Value - Meaning * - rvColorRGB[1] - Red (0 to 255) * - rvColorRGB[2] - Green (0 to 255) * - rvColorRGB[3] - Blue (0 tp 255) .. us.params **Parameters** .. uparam:: hHatch Identifies the hatch object. .. seealso:: :ref:`overview-hatch`, :ref:`HatchCreate` :sub:`id-340413`