1 <?xml version="1.0" encoding="UTF-8"?>
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.
16 <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="pt">
18 <refname>getcolor</refname>
19 <refpurpose>abre um diálogo que exibe as cores no mapa de cores
24 <title>Seqüência de Chamamento</title>
25 <synopsis>c=getcolor(title,[cini])
30 <title>Parâmetros</title>
35 <para>string, o título do diálogo</para>
41 <para>identificador da cor selecionada inicial. O valor padrão é
49 <para>identificador da cor selecionada ou [] se o usuário tiver
50 clicado no botão "Cancel" (cancelar).
57 <title>Descrição</title>
59 <literal>getcolor</literal> abre uma janela que exibe o palete do
60 mapa de cores corrente. O usuário pode clicar numa cor para exibir seu
61 identificador e valores RGB. <literal>getcolor</literal> retorna o
62 identificador da cor selecionada ou [] se o usuário clicar no botão
66 <refsection role="see also">
67 <title>Ver Também</title>
68 <simplelist type="inline">
70 <link linkend="color">color</link>
73 <link linkend="colormap">colormap</link>