ColorTools[Palette]
GetPaletteType
get the type of a Palette object
Calling Sequence
Parameters
Description
Examples
Compatibility
GetPaletteType(P)
P
-
Palette object created with ColorTools:-Palette
The GetPaletteType command returns the type of a Palette object.
The type will be a string and one of: "dictionary", "fill", "line", or "point".
A description of the types can be found in the type parameter of the ColorTools[Palette] constructor.
GetPaletteType⁡ColorTools:-GetPalette⁡Niagara
line
GetPaletteType⁡ColorTools:-Palette⁡Red,Green,Blue
dictionary
The ColorTools[Palette][GetPaletteType] command was introduced in Maple 18.
For more information on Maple 18 changes, see Updates in Maple 18.
See Also
Download Help Document