1 <?xml version="1.0" encoding="ISO-8859-1"?>
3 * Scilab ( http://www.scilab.org/ ) - This file is part of Scilab
6 * This file must be used under the terms of the CeCILL.
7 * This source file is licensed as described in the file COPYING, which
8 * you should have received as part of this distribution. The terms
9 * are also available at
10 * http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt
13 <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">
15 <refname>getcolor</refname>
16 <refpurpose>abre um diálogo que exibe as cores no mapa de cores
21 <title>Seqüência de Chamamento</title>
22 <synopsis>c=getcolor(title,[cini])
27 <title>Parâmetros</title>
32 <para>string, o título do diálogo</para>
38 <para>identificador da cor selecionada inicial. O valor padrão é
46 <para>identificador da cor selecionada ou [] se o usuário tiver
47 clicado no botão "Cancel" (cancelar).
54 <title>Descrição</title>
56 <literal>getcolor</literal> abre uma janela que exibe o palete do
57 mapa de cores corrente. O usuário pode clicar numa cor para exibir seu
58 identificador e valores RGB. <literal>getcolor</literal> retorna o
59 identificador da cor selecionada ou [] se o usuário clicar no botão
63 <refsection role="see also">
64 <title>Ver Também</title>
65 <simplelist type="inline">
67 <link linkend="color">color</link>
70 <link linkend="colormap">colormap</link>
73 <link linkend="getmark">getmark</link>
76 <link linkend="getfont">getfont</link>