Salome HOME
Visualization preferences for sketcher are created
[modules/shaper.git] / src / GeomAPI / GeomAPI_AISObject.h
index a874e5d3e8440f89b26c93f2468eb6b9371e0f21..12b29708be3a9e77ac87e1bf45f220abbc5dc7b3 100644 (file)
@@ -84,6 +84,13 @@ public:
    */
   void setColor(const int& theColor);
 
+  /** \brief Assigns the color for the shape
+   *  \param[in] theR value of the red component
+   *  \param[in] theG value of the green component
+   *  \param[in] theB value of the blue component
+   */
+  void setColor(int theR, int theG, int theB);
+
   /// \brief Assigns the width of the lines of shape
   void setWidth(const double& theWidth);