]> SALOME platform Git repositories - modules/shaper.git/commitdiff
Salome HOME
Default color of the body to be lighter, in order to sketch of the exrusion to be...
authornds <nds@opencascade.com>
Tue, 1 Sep 2015 05:00:10 +0000 (08:00 +0300)
committernds <nds@opencascade.com>
Tue, 1 Sep 2015 05:00:10 +0000 (08:00 +0300)
src/ModelAPI/ModelAPI_ResultBody.h

index 8a621e2c83fe661f0b87e38e8511318af710723d..7565d07bfeaab1c80b81aafe71b07961b114b7a4 100644 (file)
@@ -40,7 +40,7 @@ public:
   /// default color for a result body
   inline static const std::string& DEFAULT_COLOR()
   {
-    static const std::string RESULT_BODY_COLOR("150,150,180");
+    static const std::string RESULT_BODY_COLOR("200,200,230");
     return RESULT_BODY_COLOR;
   }