Hi David, > ... > To put it another way, the labels that I'm referring to are categorical values, where all voxels with value "n" belong to "category n". Yup. All the categorical colormap stuff uses vtkVariant (not fast) to accommodate strings as categories. I would not use it for this. David