.. highlightlang:: us .. index:: AppGetUserColorTable .. _appgetusercolortable: AppGetUserColorTable ==================== .. us.tag AppGetUserColorTable ENGLISH App New5100 The function :ref:`AppGetUserColorTable` returns a vector with 16 user colors. .. function:: rvColors = AppGetUserColorTable() .. us.return **Return Value** *rvColors* .. us.example **Example** :: sprintf("%#0.6X\n", AppGetUserColorTable())' .. us.comment **Comment** **Kommentar** To save the users color settings in a file open the command window and type in the following command:: UserColorExport("d:/uniplot_color.ini") The following command loads the colors from the file:: UserColorImport("d:/uniplot_color.ini") .. us.history **History** .. list-table:: :header-rows: 1 * - Version - Description * - 5.10.0 - New .. seealso:: :ref:`overview-application-object`, :ref:`AppSetUserColorTable` :sub:`id-313198`