Re: A color question with PS [message #42166] |
Tue, 11 January 2005 07:52 |
David Fanning
Messages: 11724 Registered: August 2001
|
Senior Member |
|
|
Kenneth Bowman writes:
> Must be that PWI conviction. You shouldn't take your laptop to the
> Expert Programmers Association meetings.
Tell me about it! I *swear* she told me she was 18!
Cheers,
David
--
David W. Fanning, Ph.D.
Fanning Software Consulting, Inc.
Coyote's Guide to IDL Programming: http:/www.dfanning.com/
Phone: 970-221-0438, IDL Book Orders: 1-888-461-0155
|
|
|
|
Re: A color question with PS [message #42168 is a reply to message #42167] |
Tue, 11 January 2005 06:18  |
David Fanning
Messages: 11724 Registered: August 2001
|
Senior Member |
|
|
andry_william@hotmail.com writes:
> You aer always a good source of help for IDL.
Well, it is the community service part of a sentencing
program. :-)
Cheers,
David
--
David W. Fanning, Ph.D.
Fanning Software Consulting, Inc.
Coyote's Guide to IDL Programming: http:/www.dfanning.com/
Phone: 970-221-0438, IDL Book Orders: 1-888-461-0155
|
|
|
|
Re: A color question with PS [message #42170 is a reply to message #42169] |
Mon, 10 January 2005 19:13  |
David Fanning
Messages: 11724 Registered: August 2001
|
Senior Member |
|
|
Andry William Ratsimandresy writes:
> I don't know if I am missing any command or the Hexadecimal color code
> does not work with PS file.
The hexadecimal color code doesn't work. The PS device
is an 8-bit device. You will have to load a red color
in a color table and access it with an index number.
However, this will work everywhere:
Plot, data, Color=FSC_Color('red')
Cheers,
David
P.S. You can find FSC_Color here:
http://www.dfanning.com/programs/fsc_color.pro
--
David W. Fanning, Ph.D.
Fanning Software Consulting, Inc.
Coyote's Guide to IDL Programming: http:/www.dfanning.com/
Phone: 970-221-0438, IDL Book Orders: 1-888-461-0155
|
|
|