ColorTools[Palette]
GetAliases
retrieve color alias mappings from a Palette object
Calling Sequence
Parameters
Description
Examples
Compatibility
GetAliases(P)
P
-
Palette object created with ColorTools:-Palette
The GetAliases command returns all the aliases stored for the colors in P. For the included color collection these are normally alternate spellings.
P≔ColorTools:-GetPalette⁡HTML:
GetAliases⁡P
LightSlateGrey=LightSlateGray,Aqua=Cyan,Fuchsia=Magenta,SlateGrey=SlateGray,DarkSlateGrey=DarkSlateGray,DarkFuchsia=DarkMagenta,DimGrey=DimGray,LightGrey=LightGray,DarkGrey=DarkGray,Grey=Gray,NavyBlue=Navy
The ColorTools[Palette][GetAliases] command was introduced in Maple 16.
For more information on Maple 16 changes, see Updates in Maple 16.
See Also
ColorTools[Palette][Lookup]
Download Help Document