]> git.lyx.org Git - lyx.git/blobdiff - src/Color.h
- lyxsweave.R: set missing SVN EOL style and add missing makefile entry
[lyx.git] / src / Color.h
index ce65b14438387eab0280fb4b5b669a16f1bdf5ee..57ae496831ab45edb7c22d9980165df507a5efdf 100644 (file)
@@ -41,8 +41,8 @@ class Color
 public:
        ///
        Color(ColorCode base_color = Color_none);
-       
-       /// comparison operators.
+
+       /// \name Comparison operators
        //@{
        bool operator==(Color const & color) const;
        bool operator!=(Color const & color) const;
@@ -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