VISIO::COLOR (string title)

Description: Creates a standard color selection dialog. This is a new window which appears above the main window. The dialog can be made visible with the command 'V_SHOW' and can be hidden with 'V_HIDE'. The title of the dialog is passed as an argument. The ID of the created color selection dialog is returned to the BASIC program.

Example:

colorsel = VISIO::COLOR (“Pick your color...”)

VISIO::SHOW(colorsel)