// cpt-city: td/DEM_poster (cpt) // // Variations on a DEM palette // // author: Thomas Dewez // copyright: Free to use // year: 2004 // url: https://phillips.shef.ac.uk/pub/cpt-city/td #declare DEM_poster = color_map { [0.00000 color rgbf <0.0000,0.3804,0.2784,0.0000>] [0.01020 color rgbf <0.0627,0.4784,0.1843,0.0000>] [0.10204 color rgbf <0.9098,0.8431,0.4902,0.0000>] [0.24490 color rgbf <0.6314,0.2627,0.0000,0.0000>] [0.34694 color rgbf <0.6196,0.0000,0.0000,0.0000>] [0.57143 color rgbf <0.4314,0.4314,0.4314,0.0000>] [0.81633 color rgbf <1.0000,1.0000,1.0000,0.0000>] [1.00000 color rgbf <1.0000,1.0000,1.0000,0.0000>] }