// cpt-city: grass/elevation (cpt) // // Colour ramps distributed with the GRASS GIS // // author: GRASS Development Team // copyright: GPLv2 // year: 2009, 2025 // url: https://phillips.shef.ac.uk/pub/cpt-city/grass #declare elevation = color_map { [0.00000 color rgbf <0.0000,0.7490,0.7490,0.0000>] [0.20000 color rgbf <0.0000,1.0000,0.0000,0.0000>] [0.40000 color rgbf <1.0000,1.0000,0.0000,0.0000>] [0.60000 color rgbf <1.0000,0.4980,0.0000,0.0000>] [0.80000 color rgbf <0.7490,0.4980,0.2471,0.0000>] [1.00000 color rgbf <0.7843,0.7843,0.7843,0.0000>] }