[vtkusers] Resolved: vtkLookupTable and three colors.

Leguay Romain romain.leguay at etu.u-bordeaux1.fr
Wed May 18 03:41:09 EDT 2011


Hello everyone!
In my previous message, I tried to build a lookup table containing 3  
colors. I resolved this problem like this:
lookupTable.SetNumberOfColors(nbColors);
lookupTable.SetHueRange(240. / 360., 0);
lookupTable.SetSaturationRange(-1., 1.);

Regards,
Romain





More information about the vtkusers mailing list