.. highlightlang:: us .. index:: FontGetColorRGB .. _fontgetcolorrgb: FontGetColorRGB =============== .. us.tag FontGetColorRGB GERMAN FontGet :ref:`FontGetColorRGB` liefert die Farbe eines Fonts. .. function:: rvColorRGB = FontGetColorRGB(hFont) .. us.return **Returnwert** *rvColorRGB* ein Vektor mit drei Elementen, der die Farbe des Fonts 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:: hFont *hFont* ist die Zugriffsnummer (Handle) des mit :ref:`FontCreate` oder :ref:`FontDialog` erzeugten Fonts. .. seealso:: :ref:`uberblick-fonts`, :ref:`FontCreate`, :ref:`FontDialog`, :ref:`FontSetColorRGB` :sub:`id-1185650`