KnownPalette - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.
Our website is currently undergoing maintenance, which may result in occasional errors while browsing. We apologize for any inconvenience this may cause and are working swiftly to restore full functionality. Thank you for your patience.

Online Help

All Products    Maple    MapleSim


ColorTools

  

KnownPalette

  

check whether a string is the name of a known palette

 

Calling Sequence

Parameters

Description

Examples

Compatibility

Calling Sequence

KnownPalette(N)

Parameters

N

-

string used to identify the palette

Description

• 

The KnownPalette command returns true if and only if N is the name of a known palette. The string is not case-sensitive.

Examples

withColorTools:

PPaletteRed=Color#f00,Blue=Color#00f,Green=Color#0f0

PPalette:RedBlueGreen

(1)

AddPalettePrimary,P

bright,dalton,executive,mono,nautical,niagara,oldplots,patchwork,spring,css,cvd,cvd2,cvd3,html,maplev,x11,resene,generic,xterm,solarized,xkcd,beersrm,inferno,magma,plasma,viridis,cividis,turbo,twilight,colorwheel,coolwarm,divergebjy,divergebkr,divergebky,divergebwy,divergegwv,divergerainbow,isocircle,isoluminant,labwheel,rainbow,hue,rgbwheel,primary

(2)

KnownPaletteprimary

true

(3)

KnownPalettePrimary

true

(4)

KnownPalettePrim ary

false

(5)

Compatibility

• 

The ColorTools[KnownPalette] command was introduced in Maple 16.

• 

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

See Also

ColorTools[Palette]