// cpt-city: pm/pm3d07 (cpt) // // Various gradients from Gnuplot: the original default pm3d // colour gradient by Petr Mikulík from Masaryk University, // nice rgb schemes listed in “help palette rgbformulae” // and gradients from the pm3dcolors.dem demo script // // author: Petr Mikulik // copyright: GPLv2 // year: 2006 // url: https://phillips.shef.ac.uk/pub/cpt-city/pm #declare pm3d07 = color_map { [0.00000 color rgbf <0.0000,1.0000,0.0000,0.0000>] [0.33333 color rgbf <0.0000,0.3922,0.0000,0.0000>] [0.33333 color rgbf <1.0000,1.0000,0.0000,0.0000>] [0.66667 color rgbf <0.7843,0.7843,0.0000,0.0000>] [0.66667 color rgbf <1.0000,0.0000,0.0000,0.0000>] [1.00000 color rgbf <0.5451,0.0000,0.0000,0.0000>] }