[vtkusers] How apply color mapping on volume with a lut.

xabi riobe xabivtk at gmail.com
Tue Feb 20 04:44:36 EST 2007


Hello Francois,

You can use a vtkVolumeProperty and call SetColor(vtkPiecewiseFunction
*f) or SetColor(vtkColorTransferFunction *f) with the appropriate lut.
Then set the property to your vtkVolume or whatever vtkProp.

HTH,

Xabi.



More information about the vtkusers mailing list