IDL color tables under Windows NT [message #14837] |
Wed, 07 April 1999 00:00 |
Jacco de Zwart
Messages: 4 Registered: May 1998
|
Junior Member |
|
|
Hi,
I'm having a problem with color tables in IDL under Windows NT. Windows
is set to display 2^24 colors (16 million). The display settings seem to
be similar to IDL on our Silicon Graphics workstations
(!D.N_COLORS=2^24, !D.TABLE_SIZE=256). When I change the color table
(for example using XLOADCT), the new color table is loaded propperly
(verified using TVLCT,r,g,b,/GET) but images are still displayed in
greyscale. What should I change to overcome this problem? I've tried
this on two machines running WinNT and one running Win98 with the same
result. The IDL version is 5.2.
Thanks a lot!
Jacco
PS Please remove the .NOSPAM from my email address when replying!
|
|
|
Re: IDL color tables under Windows NT [message #14977 is a reply to message #14837] |
Wed, 07 April 1999 00:00  |
davidf
Messages: 2866 Registered: September 1996
|
Senior Member |
|
|
[A copy of this article was sent to the cited author.]
Jacco de Zwart (jacco@rmsb.u-bordeaux2.NOSPAM.fr ) writes:
> I'm having a problem with color tables in IDL under Windows NT. Windows
> is set to display 2^24 colors (16 million). The display settings seem to
> be similar to IDL on our Silicon Graphics workstations
> (!D.N_COLORS=2^24, !D.TABLE_SIZE=256). When I change the color table
> (for example using XLOADCT), the new color table is loaded propperly
> (verified using TVLCT,r,g,b,/GET) but images are still displayed in
> greyscale. What should I change to overcome this problem? I've tried
> this on two machines running WinNT and one running Win98 with the same
> result. The IDL version is 5.2.
Let me reiterate once again.
Device, Decomposed=0
Cheers,
David
--
David Fanning, Ph.D.
Fanning Software Consulting
Phone: 970-221-0438 E-Mail: davidf@dfanning.com
Coyote's Guide to IDL Programming: http://www.dfanning.com/
Toll-Free IDL Book Orders: 1-888-461-0155
|
|
|