Scilab Website | Contribute with GitLab | Mailing list archives | ATOMS toolboxes
Scilab Online Help
6.1.0 - 日本語

Change language to:
English - Français - Português - Русский

Please note that the recommended version of Scilab is 2024.0.0. This page might be outdated.
See the recommended documentation of this function

Scilabヘルプ >> Graphics > Color management > getcolor

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); // 赤を選択

参照

  • color — 色の色IDを取得
  • colormap — カラーマップを定義
Report an issue
<< colormap Color management hsv2rgb >>

Copyright (c) 2022-2023 (Dassault Systèmes)
Copyright (c) 2017-2022 (ESI Group)
Copyright (c) 2011-2017 (Scilab Enterprises)
Copyright (c) 1989-2012 (INRIA)
Copyright (c) 1989-2007 (ENPC)
with contributors
Last updated:
Tue Feb 25 08:53:22 CET 2020