]> git.lyx.org Git - lyx.git/blobdiff - src/Color.h
Two more icon scale fixes
[lyx.git] / src / Color.h
index 57ae496831ab45edb7c22d9980165df507a5efdf..d67c4989a71e87b9719878ab054a023fd0b94b29 100644 (file)
@@ -62,6 +62,10 @@ 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);
+/// Inverted color
+RGBColor const inverseRGBColor(RGBColor color);
 
 } // namespace lyx