vtkImageAppendComponents can be used for several 3D Image Data

Dear All,
I have two 3D image data with same dimension, both of them have separate scalar, which can apply different color transfer function.
What i want to do is merge the two 3D Image Data together with final color is blended by the two input image data color.

what is the suggest way to do it in vtk?

I found vtkImageAppendComponents seems can do this, but i am not very sure…

vtkImageBlend is more appropriate.

Thank you Cory very much!
I will have a try!

Thanks and Best Regards!