// cpt-city: grass/sepia (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 sepia = color_map { [0.00000 color rgbf <0.0000,0.0000,0.0000,0.0000>] [0.10000 color rgbf <0.1333,0.0902,0.0353,0.0000>] [0.20000 color rgbf <0.2667,0.1843,0.0745,0.0000>] [0.30000 color rgbf <0.3961,0.2824,0.1294,0.0000>] [0.40000 color rgbf <0.5098,0.3765,0.1922,0.0000>] [0.50000 color rgbf <0.6196,0.4784,0.2784,0.0000>] [0.60000 color rgbf <0.7176,0.5765,0.3765,0.0000>] [0.70000 color rgbf <0.8078,0.6824,0.4941,0.0000>] [0.80000 color rgbf <0.8824,0.7843,0.6353,0.0000>] [0.90000 color rgbf <0.9490,0.8902,0.8000,0.0000>] [1.00000 color rgbf <1.0000,0.9961,0.9843,0.0000>] }