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.