Scilab 6.0.2
Please note that the recommended version of Scilab is 2025.0.0. This page might be outdated.
See the recommended documentation of this function
getcolor
カレントのカラーマップの色を示すダイアログをオープンする
呼び出し手順
c=getcolor(title,[cini]) c=getcolor()
引数
- title
文字列, ダイアログのタイトル.
- cini
選択された初期値の色ID.デフォルト値はs 1.
- c
選択された色IDまたは 選択がキャンセルされた場合に [].
説明
getcolor
はカレントのカラーマップのパレットを表示する
ウインドウをオープンします.
ユーザはそのIDとRGB値を表示するために色をクリックすることができます.
getcolor
は選択された色のID,または
"Cancel"ボタンがクリックされたかウインドウがクローズされた場合に []を返します.
例
getcolor(); getcolor("Title foo"); getcolor("foo",21); // 赤を選択
Report an issue | ||
<< colormap | Color management | hsv2rgb >> |