<div dir="ltr"><div><div>HI,<br></div>in  blending two images what do we do for FIXING background whole 0-1 value range <br></div><div>    this->blend  =<br>      vtkSmartPointer<vtkImageBlend>::New();<br>    blend->SetOpacity( 0, 1.0 );<br>    blend->SetOpacity( 1, 0.6 );<br>    blend->AddInputConnection( firstColorMapper->GetOutputPort() );<br>    blend->AddInputConnection( secondColorMapper->GetOutputPort() );<br>    blend->Update();<br><br></div><div>in this case fixed images is port : 0 but in during change foreground and background will be changed is there any setting for blending (0-1) background be Fixed <br></div><div>Thanks<br></div><div> <br></div><br></div>