View Table for Built-In Color Maps
higgy
Specifically, I have several image graphs in Igor that are displayed using the "Rainbow" color table. I have exported the matrices for these images, opened them in another program, and would now like to render them with the same color map as was used in Igor, i.e., "Rainbow". If I could view a table of values corresponding to the, say, 256 RGB colors in Igor's built-in "Rainbow" color table, then I can use this information to render the images in any other program exactly as they were rendered in Igor.
So far I've:
- read the section in the manual that refers to Color Tables
- looked at this site: http://www.wavemetrics.com/products/igorpro/creatinggraphs/colortab.htm
- examined the annotation editor for the graph in question, specifically the options available in the "color scale" tab
- browsed through the many waves currently in memory
I'm sure I'm missing something, because none of these steps pointed me to an answer.
August 29, 2014 at 11:58 am - Permalink
Great, thanks!
Implemented via command line:
ColorTab2Wave Rainbow
Edit/K=1 M_colors
August 29, 2014 at 12:03 pm - Permalink