Salome HOME
IPAL9182: linking to libSPlot2d.so added
[modules/gui.git] / src / Qtx / Qtx.h
index c0c810e6c7920d18f286839c25e258f67ad34df3..cb3a2062ed8a3c00c31ec325f25929d6d3fc2124 100755 (executable)
@@ -106,6 +106,9 @@ public:
 
   static void    rgbSet( const int, QColor& );
   static void    rgbSet( const int, int&, int&, int& );
+
+  static QColor  scaleColor( const int, const int, const int );
+  static void    scaleColors( const int, QValueList<QColor>& );
 };
 
 #endif