// cpt-city: grass/forest_cover (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 forest_cover = color_map { [0.00000 color rgbf <1.0000,0.9804,0.9804,0.0000>] [0.10000 color rgbf <0.9490,0.9333,0.7490,0.0000>] [0.20000 color rgbf <0.9490,0.9137,0.4941,0.0000>] [0.30000 color rgbf <0.8392,0.8392,0.2118,0.0000>] [0.40000 color rgbf <0.6863,0.8392,0.0000,0.0000>] [0.50000 color rgbf <0.5373,0.7294,0.0000,0.0000>] [0.60000 color rgbf <0.3882,0.6118,0.0000,0.0000>] [0.70000 color rgbf <0.2667,0.5020,0.0000,0.0000>] [0.80000 color rgbf <0.1686,0.3882,0.0000,0.0000>] [0.90000 color rgbf <0.0824,0.2784,0.0000,0.0000>] [1.00000 color rgbf <0.0392,0.2196,0.0000,0.0000>] }