]> Creatis software - clitk.git/blobdiff - vv/vvSlicerManager.cxx
Add New(), GetValueTag and Path (to search for image)
[clitk.git] / vv / vvSlicerManager.cxx
index c38496e5ab50b2389311eb4788f8f8ee428a0178..a1d88c996ab0a634816bef843adfd19025ee7b9d 100644 (file)
@@ -58,7 +58,7 @@ vvSlicerManager::vvSlicerManager(int numberOfSlicers)
   mOverlayColor = 130;
 
   mFusionOpacity = 70;
-  mFusionThresOpacity = 1;
+  mFusionThresOpacity = 0;
   mFusionColorMap = 3;
   mFusionWindow = 1000;
   mFusionLevel = 1000;
@@ -1198,7 +1198,7 @@ void vvSlicerManager::SetColorMap(int colormap)
     break;
   }
   if (LUT) {
-    LUT->SetTableRange(level-fabs(window)/4,level+fabs(window)/4);
+    LUT->SetTableRange(level-fabs(window)/2,level+fabs(window)/2);
     LUT->Build();
   }
   vtkWindowLevelLookupTable* fusLUT = NULL;