Re: How to add modified color tables to IDL 7.1 [message #79617 is a reply to message #79613] |
Mon, 19 March 2012 13:27   |
David López
Messages: 6 Registered: March 2012
|
Junior Member |
|
|
On Mar 16, 1:29 pm, Fabien <fabien.mauss...@gmail.com> wrote:
> On 03/16/2012 05:25 PM, David López wrote:
>
>
>
>> Hi Andrew
>> Thanks a lot... but make a mistake!!!!!
>> but my result was copied rainbow palette number 13 to number 41 but
>> both remain in grayscale.
>> my command was!!!
>
>> IDL> TVLCT, r, g, b, /Get
>> IDL> ModifyCT, 13, 'Rainbow', r, g, b
>
> Well at this point it happened what people told you to be careful
> about... You overwrote the IDL rainbow colortable with the IDL grayscale
> colortable.
Hello Again...
I can create new file rainbow in the palette
but I can not save changes change when I modified with xpalette...
my commands was!!
IDL> TVLCT, r, g, b, /Get
IDL> ModifyCT, 41, 'Rainbow'
IDL> XPALETTE for modify colors.....
Regards
|
|
|