#include <QtColorMap.h>
Inherits std::map<std::string, std::string>.
Public Member Functions | |
std::string | getColor (const std::string &color) |
Returns the color associated to the passed string (if the string is already of the shape "#RRGGBB", then it returns the string "#RRGGBB" itself, without the quotes). |
std::string srchiliteqt::QtColorMap::getColor | ( | const std::string & | color | ) |
Returns the color associated to the passed string (if the string is already of the shape "#RRGGBB", then it returns the string "#RRGGBB" itself, without the quotes).
color |