Hello Geofram and others,<br><br>I finally found an embarrassingly simple solution to set a vtkColorTransferFunction in a vtkImagePlaneWidget. It is as simple as setting the transfer function in the image plane&#39;s color map using 
ipw.GetColorMap().SetLookupTable(ctf) instead of ipw.SetLookupTable(...).<br><br>Now, if only a vtkColorTransferFunction would allow you to specify an opacity for each scalar... Are there any classes that do such things?<br>
<br>Regards,<br>Peter<br><br>