Salome HOME
Manage colors of ColorScale presentation
[modules/shaper.git] / src / XGUI / XGUI_ViewerProxy.h
index 384372390d326e7956c66b1924c5b6d0befed289..3f86889606fe9ceea2b3b84dea3f802c1054e826 100644 (file)
@@ -150,6 +150,10 @@ Q_OBJECT
   // \param theH is number of intervals
   virtual void setColorScaleTextHeigth(int theH);
 
+  //! Set color of text of color scale
+  // \param theH is number of intervals
+  virtual void setColorScaleTextColor(const QColor& theColor);
+
   //! Set title of color scale
   // \param theText is a title
   virtual void setColorScaleTitle(const QString& theText);