33 #ifndef RACK_PALETTE_MANAGER
34 #define RACK_PALETTE_MANAGER
36 #include <drain/imageops/PaletteOp.h>
45 drain::image::PaletteOp::palette_map_t &
getMap();
49 drain::image::Palette &
getPalette(
const std::string & key);
Definition: DataSelector.cpp:44
Definition: palette-manager.h:41
static drain::image::PaletteOp::palette_map_t & getMap()
Get shared palette collection.
Definition: palette-manager.cpp:38
static drain::image::Palette & getPalette(const std::string &key)
Get a palette from the shared collection.
Definition: palette-manager.cpp:150