PaletteManager

Manages palettes

Constructors

this
this()
Undocumented in source.

Members

Functions

addPalette
Color* addPalette(string name, Color[] pal)

Adds palette if it doesn't exist yet, then returns the pointer.

getPalette
Color* getPalette(string name)

Gets palette pointer

removePalette
void removePalette(string name)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

palettes
Color[][string] palettes;
Undocumented in source.

Meta