Re: Need Help with PRINTER Problem [message #21412 is a reply to message #21341] |
Wed, 23 August 2000 00:00  |
davidf
Messages: 2866 Registered: September 1996
|
Senior Member |
|
|
David Fanning (davidf@dfanning.com) writes:
> I think I have identified a bug that has been driving
> me absolutely insane for the past 24-hours!
Indeed, RSI confirms this behavior, in which a single
color is loaded into the color table in the PRINTER
device at *any* location and then becomes the background
color, is a bug.
The color, however, is only "officially" loaded into
the correct position in the color table, so one work-around
is to simply get and reload the color table vectors. My
code looks something like this:
yellow = GetColor("yellow", !D.Table_Size-3) ; Load single color
TVLCT, r, g, b, /Get ; These two lines are work-around.
TVLCT, r, g, b
TV, scaledImage
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
|
|
|