AppGetUserColorTableΒΆ

The function AppGetUserColorTable returns a vector with 16 user colors.

rvColors = AppGetUserColorTable()

Return Value

rvColors

Example

sprintf("%#0.6X\n", AppGetUserColorTable())'

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")

History

Version

Description

5.10.0

New

id-313198