ジャンプ先: 概要. 戻り値. 関連. フラグ. MEL 例.
displayRGBColor [-create] [-hueSaturationValue] [-list] [-resetToFactory] [-resetToSaved]
displayRGBColor は、取り消し可能、照会可能、および編集不可能です。
アプリケーション内のすべてのものの表示カラーの変更か照会が行われ、ユーザがカラーを設定できるようになります。このカラーは UI の一部であって、モデルの保存データの一部ではありません。このコマンドは元に戻せません。
string | リスト フラグを使用する場合。その他の場合はなし。 |
照会モードでは、戻り値のタイプは照会されたフラグに基づきます。
currentUnit, displayAffected, displayColor, displayCull, displayLevelOfDetail, displayPref, displaySmoothness, displayStats, displaySurface, hide, refresh, showHidden, toggle
create, hueSaturationValue, list, resetToFactory, resetToSaved
フラグはコマンドの作成モードで表示できます
|
フラグはコマンドの編集モードで表示できます
|
フラグはコマンドの照会モードで表示できます
|
コマンド内でフラグを複数回使用できます。
|
// Set the background colour to red
displayRGBColor "background" 1 0 0;
// List the current RGB color settings
displayRGBColor -list;