X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=vv%2FvvSlicer.cxx;h=4a4a5154bbd65655e350aee34b7489068749d1e4;hb=7d4e77191e55f668f316ba3ddf0fddb63e59bd25;hp=550e8a034ac4395c59de133f3bc0185d44a22474;hpb=69dacfe0651ee24bef0f9e6b41171b9eec96fd2e;p=clitk.git diff --git a/vv/vvSlicer.cxx b/vv/vvSlicer.cxx index 550e8a0..4a4a515 100644 --- a/vv/vvSlicer.cxx +++ b/vv/vvSlicer.cxx @@ -135,7 +135,7 @@ vvSlicer::vvSlicer() pdmA = vtkSmartPointer::New(); pdmA->SetMapper(pdm); - pdmA->GetProperty()->SetColor(255,10,212); + pdmA->GetProperty()->SetColor(1,0,0); pdmA->SetVisibility(0); pdmA->SetPickable(0); @@ -269,7 +269,7 @@ void vvSlicer::ToggleContourSuperposition() //------------------------------------------------------------------------------ -void vvSlicer::SetCursorColor(int r,int g, int b) +void vvSlicer::SetCursorColor(double r, double g, double b) { pdmA->GetProperty()->SetColor(r,g,b); }