.. highlightlang:: us .. index:: PageGetTabColor .. _pagegettabcolor: PageGetTabColor =============== .. us.tag PageGetTabColor NOTREADYENGLISH PageGet New5507 :ref:`PageGetTabColor` returns the page tab color. .. function:: rvColor = PageGetTabColor(hPage) .. us.return **Return Value** *rvColor* is a vector with 3 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:: hPage Identifies the page. .. us.history **History** .. list-table:: :header-rows: 1 * - Version - Description * - R2013.7 - New. .. seealso:: :ref:`overview-document-pages`, :ref:`PageSetTabColor` :sub:`id-1563364`