[vtkusers] Variable transparancy on vtkImageData

Mark Gooding mark.gooding at gmail.com
Thu Sep 10 04:50:42 EDT 2009


It appears as Charlotte suggested that vtkImageMapToWindowLevelColors
doesn't like using transparency, so the solution I'm using is
vtkImageMapToColors together with a vtkWindowLevelLookupTable to
acheive both window/leveling and transparency lookup.

Many tThanks to Miguel and Charlotte.

Mark

2009/9/9 Charlotte Curtis <c.f.curtis at gmail.com>:
> The other thing I might try is using vtkImageMapToColors instead of
> vtkImageMapToWindowLevelColors, as the latter is designed (AFAIK) to
> map a range of greys in medical images to 0-255, so transparency might
> be disabled.



More information about the vtkusers mailing list