[vtk-developers] Re: [Paraview-developers] vtkColorTransferFunction::SetColorSpaceToHSVNoWrap

Mathieu Malaterre mathieu.malaterre at kitware.com
Wed Feb 2 16:58:03 EST 2005


Mathieu Malaterre wrote:
> Hi,
> 
>     I am in the process of adding some more functionalities to the 
> volume appareance editor in ParaView. For this purpose I need to 
> deprecate the function :
> 
> vtkColorTransferFunction::SetColorSpaceToHSVNoWrap
> 
> Right now this is only marked as legacy but in the future you'll need to 
> specify the color space (HSV) and then if you want it wrap or not:
> 
> 
> vtkColorTransferFunction::SetColorSpaceToHSV
> vtkColorTransferFunction::HSVWrapOn

Ok my fault I meant:

vtkColorTransferFunction::SetColorSpaceToHSVNoWrap

will be:

vtkColorTransferFunction::SetColorSpaceToHSV
vtkColorTransferFunction::HSVWrapOff


Sorry
Mathieu



More information about the vtk-developers mailing list