]> Creatis software - cpPlugins.git/blobdiff - lib/cpExtensions/Visualization/MPRActors.cxx
Windows updated.
[cpPlugins.git] / lib / cpExtensions / Visualization / MPRActors.cxx
index 54e689afab091f6f9317c2f3e708c223ce8f3687..bc758c4c42a10a3a5e9e88b33d917f4377ed1578 100644 (file)
@@ -450,8 +450,10 @@ SetLookupTableToColor(
   vtkSmartPointer< vtkLookupTable > lut =
     vtkSmartPointer< vtkLookupTable >::New( );
   lut->SetScaleToLinear( );
-  lut->SetAboveRangeColor( _0, _0, _0, _0 );
-  lut->SetBelowRangeColor( _0, _0, _0, _0 );
+  /*
+    lut->SetAboveRangeColor( _0, _0, _0, _0 );
+    lut->SetBelowRangeColor( _0, _0, _0, _0 );
+  */
   lut->SetNanColor( _0, _0, _0, _0 );
   lut->SetTableRange( range[ 0 ], range[ 1 ] );
   lut->SetAlphaRange( _0, _OPACITY );