RemovePalette - Maple Help

Online Help

All Products    Maple    MapleSim


ColorTools

  

RemovePalette

  

unregister a color palette

 

Calling Sequence

Parameters

Description

Examples

Compatibility

Calling Sequence

RemovePalette(N)

Parameters

N

-

string to be used to identify the palette

Description

• 

The RemovePalette command unregisters the palette with the name N so that it will no longer be usable by ColorTools commands.  The string N must contain only alphanumeric characters.

• 

It returns a list of the normalized names of all the known palettes after the removal.

Examples

withColorTools:

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

PPalette:RedBlueGreen

(1)

AddPalettePrimary,P

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

(2)

RemovePalettePrimary

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

(3)

Compatibility

• 

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

• 

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

See Also

ColorTools[AddPalette]

ColorTools[NameToRGB24]

ColorTools[NearestNamedColor]

ColorTools[Palette]