Scilab Website | Contribute with GitLab | Mailing list archives | ATOMS toolboxes
Scilab Online Help
6.1.1 - English

Change language to:
Français - 日本語 - Português - Русский

Please note that the recommended version of Scilab is 2024.0.0. This page might be outdated.
See the recommended documentation of this function

Scilab Help >> Graphics > Color management > getcolor

getcolor

opens a dialog to show colors of the current or default colormap

Syntax

c = getcolor()
c = getcolor(title)
c = getcolor(title, cini)

Arguments

title

string, dialog title.

cini

initial selected color index. Default value is 1.

c

index of the selected color, or [] if the selection is canceled.

Description

getcolor opens a window displaying the palette of the current colormap, or of the default one if no graphical figure exists. The user can click on a color to show its index and its RGB values in the bottom bar. getcolor returns the index of the selected color, or [] if the "Cancel" button has been clicked or the window has been closed.

Examples

c = getcolor();

c = getcolor("Title foo", color("red")); // preselects the red

c = getcolor("Please choose a color");

--> c = getcolor("Please choose a color")
 c  =
   28.

See also

Report an issue
<< colormap Color management hsv2rgb >>

Copyright (c) 2022-2023 (Dassault Systèmes)
Copyright (c) 2017-2022 (ESI Group)
Copyright (c) 2011-2017 (Scilab Enterprises)
Copyright (c) 1989-2012 (INRIA)
Copyright (c) 1989-2007 (ENPC)
with contributors
Last updated:
Mon Jan 03 14:23:28 CET 2022