.. highlightlang:: us .. index:: HatchSetColor .. _hatchsetcolor: HatchSetColor ============= .. us.tag HatchSetColor NOTREADYENGLISH HATCH_Set :ref:`HatchSetColor` sets the hatch line color. .. function:: bool = HatchSetColor(hHatch, rvColorRGB) .. us.return **Return Value** If the function succeeds, the return value is TRUE (1); otherwise it is FALSE (0). .. us.params **Parameters** .. uparam:: hHatch Identifies the hatch objects. .. uparam:: rvColorRGB *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) .. seealso:: :ref:`overview-hatch`, :ref:`HatchCreate` :sub:`id-65143`