GetColor Program [message #14620] |
Wed, 10 March 1999 00:00 |
davidf
Messages: 2866 Registered: September 1996
|
Senior Member |
|
|
Hi Folks,
Martin Schultz wouldn't let me rest until I had added the
ability to get the color names back from my GetColor program.
He wanted them so he could add the color names to a list
widget easily. In the interest in getting back to work on
my book, I decided to make the change and (hopefully) stem
the flood of e-mails from Martin. (Doesn't he have anything
to do? How come he isn't working on that structure editor?) :-)
So here is the new version:
http://www.dfanning.com/programs/getcolor.pro
If you want the names, use the NAMES keyword:
IDL> names = GetColor(/Names)
IDL> Print, names
Now. Back to work....
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
|
|
|