ColorTools[PaletteNames] - 既知のカラーパレットの一覧を出力
|
使い方
|
|
PaletteNames()
PaletteNames(normalized)
|
|
説明
|
|
•
|
このコマンドは、すべての既知のパレット名の一覧を返します。
|
•
|
オプション normalized を指定した場合は、すべての名前が小文字で返されます。
|
|
|
互換性
|
|
•
|
ColorTools[PaletteNames] コマンドは Maple 16 で導入されました。
|
|
|
例
|
|
>
|
P := Palette(["Red"=Color("#f00"), "Blue"=Color("#00f"), "Green"=Color("#0f0")]);
|
| (1) |
>
|
AddPalette("Primary", P);
|
| (2) |
| (3) |
>
|
PaletteNames('normalized')[-1];
|
| (4) |
|
|
Download Help Document
Was this information helpful?