]> git.lyx.org Git - lyx.git/blobdiff - src/Color.h
Two more icon scale fixes
[lyx.git] / src / Color.h
index 865f0ab8a8e6e25e61b7670e4301eebc6aca30b6..d67c4989a71e87b9719878ab054a023fd0b94b29 100644 (file)
@@ -64,6 +64,8 @@ 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