comp.lang.idl-pvwave archive
Messages from Usenet group comp.lang.idl-pvwave, compiled by Paulo Penteado

Home » Public Forums » archive » Re: color pixel by index
Show: Today's Messages :: Show Polls :: Message Navigator
E-mail to friend 
Return to the default flat view Create a new topic Submit Reply
Re: color pixel by index [message #55951 is a reply to message #55950] Mon, 24 September 2007 14:18 Go to previous messageGo to previous message
David Fanning is currently offline  David Fanning
Messages: 11724
Registered: August 2001
Senior Member
David Fanning writes:

> image4[mask2] = 0B
> image4[mask2 + nelem] = 255B
> image4[mask2 + (nelem*2)] = 255B
> TV, image4, True=3

Whoops! Of course this should be:

image4[mask2] = 0B
image4[mask2 + nelem] = 0B
image4[mask2 + (nelem*2)] = 255B
TV, image4, True=3

--
David Fanning, Ph.D.
Fanning Software Consulting, Inc.
Coyote's Guide to IDL Programming: http://www.dfanning.com/
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: ITK and IDL interface
Next Topic: Mosaic_doit

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ] [ PDF ]

Current Time: Sat Oct 11 23:00:44 PDT 2025

Total time taken to generate the page: 1.11990 seconds