Salome HOME
#1182 point is attched to Sketch Constraint line
[modules/shaper.git] / src / XGUI / XGUI_CustomPrs.h
index a1e636a5c15368e2a37ad91280baef85ed43134c..36014cfec63c1c628c339d01fd62e95e8b3deae7 100644 (file)
@@ -25,6 +25,9 @@ public:
   virtual bool customisePresentation(ResultPtr theResult, AISObjectPtr thePrs,
                                      std::shared_ptr<GeomAPI_ICustomPrs> theCustomPrs);
 
+  /// Returns color of a result object
+  /// \param theResult a result object
+  /// \param theColor a color in form of RGB vector
   static void getResultColor(ResultPtr theResult, std::vector<int>& theColor);
 };