<div>Hi, sorry if its a stupid question but&nbsp;I have the following bit of code:</div>
<div>&nbsp;</div>
<div>vtkImageMapToColors map<br>&nbsp;map SetInputConnection [reader GetOutputPort]<br>&nbsp;map SetLookupTable [reader GetLookupTable]<br>&nbsp;map SetOutputFormatToRGBA</div>
<div>&nbsp;</div>
<div>I want to be able to find a colour at say index 180 so I could use the GetColor method from vtkLookupTable.</div>
<div>However, the problem i am having is that the lookuptable has no name therefore i cannot call the GetColor method.</div>
<div>&nbsp;</div>
<div>Driving me a bit mad!</div>
<div>&nbsp;</div>
<div>I would appreciate any help at all.</div>
<div>&nbsp;</div>
<div>Thanks to all.</div>