[vtkusers] Opacity of vtkImageConstantPad
Margaretha Sulistyoningsih
margaretha_s2002 at yahoo.com
Wed Nov 24 13:30:27 EST 2004
Hallo,
I blend two images using vtkImageBlend, namely image A and B.
Before I blend those images, each of them is padded using vtkImageConstantPad.
I have a slider to set the opacity value (range: 0-1).
As the slider move, I get the position and use it to set the opacity.
Opacity of image A = slider position.
Opacity of image B = 1 - slider position.
Everything looks perfect if both images are overlapped. Images could be fadded out
as I move the slider.
And then, I move or rotate image B until some part of image A are not covered
by image B anymore, but covered only by the constantpad of image B.
My question is: How to set opacity of vtkImageConstantPad?
My problem is: Only the parts of image A which are covered by image B can be faded out. It looks like the opacity value of parts of image A which are covered by constantPad of image B is always 1, until the slider hit value 0, image A is missing.
I want to have a result that all parts of image A could be faded out even it is covered only
by the constantPad of image B.
Please help me to solve this problem. Thanks in advance.
br,
.Margaretha.
---------------------------------
Do you Yahoo!?
All your favorites on one personal page Try My Yahoo!
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.vtk.org/pipermail/vtkusers/attachments/20041124/7b601ec6/attachment.htm>
More information about the vtkusers
mailing list