68 static std::vector<std::string> s_paletteNames;
98 Palette get_colorID()
const;
115 std::vector<unsigned char> to_RGB()
const;
126 std::vector<double> to_colorRatio()
const;
135 bool set_fromString(
const std::string &nameColor);
142 std::string to_string()
const;
152 static std::string getAvailableColorsNames(
const std::string &prefix =
"",
const std::string &separator =
" ",
const std::string &suffix =
"");
154 static std::vector<vpColor> s_palette;
163 static unsigned int to_uint(
const Palette &colorID);
172 static std::string to_string(
const Palette &colorID);