1 <?xml version="1.0" encoding="ISO-8859-1"?>
3 * Scilab ( http://www.scilab.org/ ) - This file is part of Scilab
6 * Copyright (C) 2012 - 2016 - Scilab Enterprises
8 * This file is hereby licensed under the terms of the GNU GPL v2.0,
9 * pursuant to article 5.3.4 of the CeCILL v.2.1.
10 * This file was originally licensed under the terms of the CeCILL v2.1,
11 * and continues to be available under such terms.
12 * For more information, see the COPYING file which you should have received
13 * along with this program.
17 <refentry xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:svg="http://www.w3.org/2000/svg" xmlns:ns4="http://www.w3.org/1999/xhtml" xmlns:mml="http://www.w3.org/1998/Math/MathML" xmlns:db="http://docbook.org/ns/docbook" xmlns:scilab="http://www.scilab.org" xml:id="getcolor" xml:lang="en">
19 <refname>getcolor</refname>
20 <refpurpose>abre um diálogo que exibe as cores no mapa de cores
25 <title>Seqüência de Chamamento</title>
26 <synopsis>c=getcolor(title,[cini])
31 <title>Parâmetros</title>
36 <para>string, o título do diálogo</para>
42 <para>identificador da cor selecionada inicial. O valor padrão é
50 <para>identificador da cor selecionada ou [] se o usuário tiver
51 clicado no botão "Cancel" (cancelar).
58 <title>Descrição</title>
60 <literal>getcolor</literal> abre uma janela que exibe o palete do
61 mapa de cores corrente. O usuário pode clicar numa cor para exibir seu
62 identificador e valores RGB. <literal>getcolor</literal> retorna o
63 identificador da cor selecionada ou [] se o usuário clicar no botão
67 <refsection role="see also">
68 <title>Ver Também</title>
69 <simplelist type="inline">
71 <link linkend="color">color</link>
74 <link linkend="colormap">colormap</link>