X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FColor.h;h=fbfe10fb226385138c29b76ed63ff0435b1b4110;hb=27d580b5c057d565b9b4b50c811f6e1fab7f1246;hp=ce65b14438387eab0280fb4b5b669a16f1bdf5ee;hpb=20d5148dca2f706a453b83fb413d99016e809496;p=lyx.git diff --git a/src/Color.h b/src/Color.h index ce65b14438..fbfe10fb22 100644 --- a/src/Color.h +++ b/src/Color.h @@ -61,6 +61,7 @@ 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); } // namespace lyx