.. highlightlang:: us .. index:: FontGetColorRGB .. _fontgetcolorrgb: FontGetColorRGB =============== .. us.tag FontGetColorRGB ENGLISH FontGet :ref:`FontGetColorRGB` gets the font color. .. function:: rvColorRGB = FontGetColorRGB(hFont) .. us.return **Return Value** *rvColorRGB* is a vector with three elements: .. list-table:: :header-rows: 1 * - Value - Meaning * - rvColorRGB[1] - Red (0 to 255) * - rvColorRGB[2] - Green (0 to 255) * - rvColorRGB[3] - Blue (0 to 255) .. us.params **Parameters** .. uparam:: hFont Identifies the font. .. seealso:: :ref:`overview-fonts`, :ref:`FontCreate`, :ref:`FontDialog`, :ref:`FontSetColorRGB` :sub:`id-1185650`