.. highlightlang:: us .. index:: XYGetFillColor .. _xygetfillcolor: XYGetFillColor ============== .. us.tag XYGetFillColor GERMAN XYGet Changed5900 :ref:`XYGetFillColor` liefert die Farbe die für das Füllen der Fläche unter der Kurve verwendet wird. .. function:: rvColorRGB = XYGetFillColor(hData) rvColorARGB = XYGetFillColor(hData, bTransparency) .. us.return **Returnwert** *rvColorRGB* ist ein Vektor mit drei Elementen: .. 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 Falls *bTransparency* ungleich 0 ist, ist *rvColorARGB* ein Vektor mit 4 Elementen: .. list-table:: :header-rows: 1 * - Wert - Bedeutung * - rvColorARGB[1] - Transparenzwert (Alphawert) zwischen 0 und 255. 0 entspricht vollständiger Transparenz und 255 vollständiger Deckung. * - rvColorARGB[2] - Rotanteil (0 bis 255) * - rvColorARGB[3] - Grünanteil (0 bis 255) * - rvColorARGB[4] - Blauanteil (0 bis 255) .. us.params **Parameter** .. uparam:: hData *hData* ist die Zugriffsnummer (Handle) des Datensatzes, der mit :ref:`XYCreate` erzeugt wurde. .. us.history **History** .. list-table:: :header-rows: 1 * - Version - Beschreibung * - R2017 - Neuer Parameter *bTransparency*. .. seealso:: :ref:`uberblick-xy-datensatze`, :ref:`XYSetFillColor`, :ref:`XYCreate` :sub:`id-1903521`