Re: Color table editor [message #38714] |
Sat, 20 March 2004 01:12 |
R.Bauer
Messages: 1424 Registered: November 1998
|
Senior Member |
|
|
Michael Wallace wrote:
> Does anyone have a graphical color table editor similar to Matlab's? As
> far as I know, IDL doesn't have such a capability built in, although it
> would be a very nice addition.
>
> http://www.mathworks.com/access/helpdesk/help/techdoc/ref
colormapeditor.shtml
>
> -Mike
Dear Mike
we are using this tool to set up our colortables.
http://www.fz-juelich.de/icg/icg-i/idl_icglib/idl_source/idl _html/dbase
x_def_colortable_dbase.pro.html
The output of the widget is a routine whith header and an example image
like:
pro ct_miklos,start_color=start_color,max_colors=max_colors,colo rs=colors
colors=[[7,255,128,128,250],$
[0,50,128,255,255],$
[0,50,255,128,255]]
def_colorsystem,colors=colors,start_color=start_color,max_co lors=max_colors
end
For further routines and licensing please have a look at
http://www.fz-juelich.de/icg/icg-i/idl_icglib/idl_lib_intro. html
best regards
Reimar
|
|
|