1 <?xml version="1.0" encoding="UTF-8"?>
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:mml="http://www.w3.org/1998/Math/MathML" xmlns:db="http://docbook.org/ns/docbook" xmlns:scilab="http://www.scilab.org" xml:lang="ja" xml:id="getcolor">
15 <refname>getcolor</refname>
16 <refpurpose>カレントのカラーマップの色を示すダイアログをオープンする</refpurpose>
20 <synopsis>c=getcolor(title,[cini])
30 <para>文字列, ダイアログのタイトル.</para>
36 <para>選択された初期値の色ID.デフォルト値はs 1.</para>
52 <literal>getcolor</literal> はカレントのカラーマップのパレットを表示する
54 ユーザはそのIDとRGB値を表示するために色をクリックすることができます.
55 <literal>getcolor</literal> は選択された色のID,または
56 "Cancel"ボタンがクリックされたかウインドウがクローズされた場合に []を返します.
59 <refsection role="see also">
61 <simplelist type="inline">
63 <link linkend="color">color</link>
66 <link linkend="colormap">colormap</link>
69 <link linkend="getmark">getmark</link>
72 <link linkend="getfont">getfont</link>