.. highlightlang:: us .. index:: HatchGetColor .. _hatchgetcolor: HatchGetColor ============= .. us.tag HatchGetColor GERMAN HATCH_Get :ref:`HatchGetColor` liefert die Farbe der Schraffurlinien. .. function:: rvColorRGB = HatchGetColor(hHatch) .. us.return **Returnwert** *rvColorRGB* ein Vektor mit drei Elementen, der die Farbe der Schraffurlinien angibt: .. list-table:: :header-rows: 1 * - Wert - Bedeutung * - rvColorRGB[1] - Rotanteil der Farbe im Bereich 0 bis 255 * - rvColorRGB[2] - Grünanteil der Farbe im Bereich 0 bis 255 * - rvColorRGB[3] - Blauanteil der Farbe im Bereich 0 bis 255 .. us.params **Parameter** .. uparam:: hHatch *hHatch* ist die Zugriffsnummer (Handle) des mit :ref:`HatchCreate` erzeugten Zeichenstifts. .. seealso:: :ref:`uberblick-schraffuren`, :ref:`HatchCreate` :sub:`id-340413`