Salome HOME
Manage colors of ColorScale presentation
[modules/shaper.git] / src / ModuleBase / ModuleBase_IViewer.h
index e264f5cb4cb53a953607e37be87a58ba8f96ec6b..77c10a45c230c8979cf5615156aa9ba47a1b8af3 100644 (file)
@@ -173,6 +173,10 @@ Q_OBJECT
   // \param theH is number of intervals
   virtual void setColorScaleTextHeigth(int theH) = 0;
 
+  //! Set color of text of color scale
+  // \param theH is number of intervals
+  virtual void setColorScaleTextColor(const QColor& theColor) = 0;
+
   //! Set title of color scale
   // \param theText is a title
   virtual void setColorScaleTitle(const QString& theText) = 0;