ColorTools
PlotColorToRGB24
convert plot color to RGB
Calling Sequence
Parameters
Description
Examples
Compatibility
PlotColorToRGB24(color)
color
-
plot color data structure
The PlotColorToRGB24 command converts any valid plot color data structure into a 24-bit RGB value. For information on the color data structure, see plot/structure.
If color represents a single color, a list of three RGB
with⁡ColorTools:
PlotColorToRGB24⁡COLOR⁡RGB,1.,0.,0.
255,0,0
PlotColorToRGB24⁡COLOR⁡HSV,0.,1.,1.
PlotColorToRGB24⁡COLOR⁡HUE,0.
The ColorTools[PlotColorToRGB24] command was introduced in Maple 16.
For more information on Maple 16 changes, see Updates in Maple 16.
See Also
plot/structure
Download Help Document