X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FXGUI%2FXGUI_CustomPrs.h;h=36014cfec63c1c628c339d01fd62e95e8b3deae7;hb=327f5bbd915fb32d21f2e524a8d97536e0e5dd4b;hp=a1e636a5c15368e2a37ad91280baef85ed43134c;hpb=b6ec94fb365b2e63057f78ae0e63fe9a72ecb829;p=modules%2Fshaper.git diff --git a/src/XGUI/XGUI_CustomPrs.h b/src/XGUI/XGUI_CustomPrs.h index a1e636a5c..36014cfec 100644 --- a/src/XGUI/XGUI_CustomPrs.h +++ b/src/XGUI/XGUI_CustomPrs.h @@ -25,6 +25,9 @@ public: virtual bool customisePresentation(ResultPtr theResult, AISObjectPtr thePrs, std::shared_ptr 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& theColor); };