This file contains utility functions for custom color bar. More...
Go to the source code of this file.
Namespaces | |
namespace | te |
TerraLib. | |
namespace | te::color |
Namespace for the Color Model of TerraLib. | |
Functions | |
TECOLOREXPORT te::color::ColorSchemeCatalog * | te::color::GetSchemeCatalog (std::string catalogName) |
TECOLOREXPORT te::color::ColorSchemeCatalog * | te::color::loadColorBar (const std::string &jsonfile, const std::string &catalogName) |
This file contains utility functions for color bar. More... | |
TECOLOREXPORT bool | te::color::saveCustomColorBar (const std::string &groupName, const std::string &schemeName, const std::vector< te::color::RGBAColor > rgbaVec) |
This method save the custom color bar in a JSON file. More... | |