// cpt-city: jjg/dem/garish7c (cpt) // // Various digital elevation models (DEM) schemes // // author: J.J. Green // copyright: Public domain // year: 2004 // url: https://phillips.shef.ac.uk/pub/cpt-city/jjg/dem #declare garish7c = color_map { [0.00000 color rgbf <0.2549,0.7608,0.2353,0.0000>] [0.01667 color rgbf <0.4863,0.8157,0.2667,0.0000>] [0.03333 color rgbf <0.8353,0.9020,0.2078,0.0000>] [0.06667 color rgbf <0.9647,0.8588,0.1176,0.0000>] [0.16667 color rgbf <0.9765,0.6588,0.0549,0.0000>] [0.33333 color rgbf <0.7961,0.3725,0.2431,0.0000>] [0.66667 color rgbf <0.7294,0.4275,0.6667,0.0000>] [1.00000 color rgbf <0.8431,0.6353,0.8392,0.0000>] }