ColorTools/GetPalette - カラーパレットを出力
|
説明
|
|
•
|
このコマンドは、名前 N に関連付けられた Palette オブジェクトを出力します。文字列の大文字と小文字は区別されません。
|
|
|
互換性
|
|
•
|
ColorTools/GetPalette コマンドは Maple 16 で導入されました。
|
|
|
例
|
|
>
|
P := Palette(["Red"=Color("#f00"), "Blue"=Color("#00f"), "Green"=Color("#0f0")]);
|
| (1) |
>
|
AddPalette("Primary", P);
|
| (2) |
| (3) |
| (4) |
>
|
GetPalette("Prim ary");
|
|
|
Download Help Document
Was this information helpful?