X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FColor.h;h=865f0ab8a8e6e25e61b7670e4301eebc6aca30b6;hb=3d4076b598deb18660e50ec9c327efc3b15f15d0;hp=57ae496831ab45edb7c22d9980165df507a5efdf;hpb=a4e03846cd4a5c369548e0913994e5f482a83277;p=lyx.git diff --git a/src/Color.h b/src/Color.h index 57ae496831..865f0ab8a8 100644 --- a/src/Color.h +++ b/src/Color.h @@ -62,6 +62,8 @@ std::ostream & operator<<(std::ostream & os, Color color); std::string const X11hexname(RGBColor const & col); RGBColor rgbFromHexName(std::string const & x11hexname); std::string const outputLaTeXColor(RGBColor const & color); +/// Inverse of outputLaTeXColor +RGBColor const RGBColorFromLaTeX(std::string const & color); } // namespace lyx