[Paraview] Color Table File Format

2012-05-08 Thread Michael Jackson
Is there a reference somewhere that says what the color table format that paraview can import is? I think it is some sort of XML file if I remember correctly. Thanks ___ Mike JacksonPrincipal Software Engineer

Re: [Paraview] Color Table File Format

2012-05-08 Thread David E DeMarle
I don't think it is documented anywhere. It is easy to put one together though by exporting a color map by clicking Save and then Export on the Color Scale Editor dialog and opening up the resulting xml file in a text editor. It also helps to look at:

Re: [Paraview] Color Table File Format

2012-05-08 Thread Burlen Loring
Hi Guys, I think it is minimally documented on the wiki. http://paraview.org/Wiki/Colormaps A couple months ago I added 91 new lut's there. They are huge help for making nice pseudo color plots, but they are cumbersome when volume rendering since opacity is tied to each of the 256 color

Re: [Paraview] Color Table File Format

2012-05-08 Thread Michael Jackson
Thanks! That is exactly what I was looking for including the presets that you came up with. Thanks again. My google fu was not strong today. -- Mike Jackson www.bluequartz.net On May 8, 2012, at 11:21 AM, Burlen Loring wrote: Hi Guys, I think it is minimally documented on the wiki.

Re: [Paraview] Color Table File Format

2012-05-08 Thread Burlen Loring
great! I have just spent some time experimenting with 3.14 and it seems that the xml file format has not been updated to support the separation of color control points and opacity control points. That would be a huge improvement to support this in the xml format. by the way I also noticed an

Re: [Paraview] Color Table File Format

2012-05-08 Thread Yumin Yuan
Great work, Burlen, and you are right that the xml file format has not been updated to support the latest changes in color editor. Would you mind creating an entry for this in Mantis? Thanks, Yumin On Tue, May 8, 2012 at 11:43 AM, Burlen Loring blor...@lbl.gov wrote: great! I have just spent

Re: [Paraview] Color Table File Format

2012-05-08 Thread Burlen Loring
http://www.paraview.org/Bug/view.php?id=13159 On 05/08/2012 10:19 AM, Yumin Yuan wrote: Great work, Burlen, and you are right that the xml file format has not been updated to support the latest changes in color editor. Would you mind creating an entry for this in Mantis? Thanks, Yumin On