ToPlotColor - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.

Online Help

All Products    Maple    MapleSim


ColorTools[Color]

  

ToPlotColor

  

convert a Color object into a plot color data structure

 

Calling Sequence

Parameters

Description

Examples

Compatibility

Calling Sequence

ToPlotColor(color)

Parameters

color

-

Color object created with ColorTools[Color]

Description

• 

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.

Examples

cColorTools:-Colorgold

cRGB : 0.8 0.498 0.196

(1)

ToPlotColorc

COLORRGB,0.80000000,0.49803922,0.19607843

(2)

Compatibility

• 

The ColorTools[Color][ToPlotColor] command was introduced in Maple 2017.

• 

For more information on Maple 2017 changes, see Updates in Maple 2017.

See Also

ColorTools[Color]

plot/structure