[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Getting the color pallete without calling LoadCT first
- Subject: Getting the color pallete without calling LoadCT first
- From: Ricardo Fonseca <zamb(at)physics.ucla.edu>
- Date: Sun, 19 Mar 2000 21:15:16 -0800
- Newsgroups: comp.lang.idl-pvwave
- Organization: University of California, Los Angeles
- User-Agent: Microsoft Outlook Express Macintosh Edition - 5.0 (1513)
- Xref: news.doit.wisc.edu comp.lang.idl-pvwave:18954
Hi
I need to get the color table from one of the default IDL colortables. Right
now I'm doing it like this:
loadct, ct, NCOLORS = 256
TVLCT, rr, gg, bb, /get
I was wondering I there was a way to do this without actually loading the
color pallete i.e. without calling loadct
Thanks in advance, Ricardo