The paint gets applied to the underlying vtkImageData. vtkImageSlice is an actor class that slices a vtkImageData, so there’s no painting done on the actual actor. It’s all done on the underlying data.
1 Like