ColorTools[Color]
ToPlotColor
convert a Color object into a plot color data structure
Calling Sequence
Parameters
Description
Examples
Compatibility
ToPlotColor(color)
color
-
Color object created with ColorTools[Color]
The ToPlotColor command converts a Color object into a plot color data structure. See plot/structure. If not displayable, the color will be converted to the closest displayable color.
c≔ColorTools:-Color⁡gold
c≔〈RGB : 0.8 0.498 0.196〉
ToPlotColor⁡c
COLOR⁡RGB,0.80000000,0.49803922,0.19607843
The ColorTools[Color][ToPlotColor] command was introduced in Maple 2017.
For more information on Maple 2017 changes, see Updates in Maple 2017.
See Also
plot/structure
Download Help Document