PaletteNames - Maple Help

Online Help

All Products    Maple    MapleSim


ColorTools

  

PaletteNames

  

get list of known color palettes

 

Calling Sequence

Description

List of Color Collections

Examples

Compatibility

Calling Sequence

PaletteNames()

PaletteNames(normalized)

Description

• 

The PaletteNames command returns a list of the names of all the known palettes.

• 

If the option normalized is given, then the all lowercase version of the names will be returned.

List of Color Collections

• 

The following is a list of palettes intially known by Maple:

Bright

CSS

CVD

Dalton

Executive

Generic

HTML

MapleV

Mono

Nautical

Niagara

OldPlots

Patchwork

Resene

Solarized

Spring

X11

xkcd

xterm

 

Examples

withColorTools:

PaletteNames

Niagara,Nautical,Spring,OldPlots,Mono,Dalton,Executive,Bright,Patchwork,CSS,CVD,CVD2,CVD3,HTML,MapleV,X11,Resene,Generic,xterm,Solarized,xkcd

(1)

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

PPalette:RedBlueGreen

(2)

AddPalettePrimary,P

niagara,nautical,spring,oldplots,mono,dalton,executive,bright,patchwork,css,cvd,cvd2,cvd3,html,maplev,x11,resene,generic,xterm,solarized,xkcd,primary

(3)

PaletteNames1

Primary

(4)

PaletteNamesnormalized1

primary

(5)

Compatibility

• 

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

• 

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

See Also

ColorTools[AddPalette]

ColorTools[Palette]