// cpt-city: td/DEM_screen (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_screen = color_map { [0.00000 color rgbf <0.0000,0.5176,0.2078,0.0000>] [0.12500 color rgbf <0.2000,0.8000,0.0000,0.0000>] [0.25000 color rgbf <0.9569,0.9412,0.4431,0.0000>] [0.50000 color rgbf <0.9569,0.7412,0.2706,0.0000>] [0.75000 color rgbf <0.6000,0.3922,0.1686,0.0000>] [1.00000 color rgbf <1.0000,1.0000,1.0000,0.0000>] }