#!MC 1410 # cpt-city: grass/grey (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 $!COLORMAP CONTOURCOLORMAP = UserDef $!COLORMAPCONTROL RESETTOFACTORY $!COLORMAP USERDEFINED { NUMCONTROLPOINTS = 2 CONTROLPOINT 1 { COLORMAPFRACTION = 0.000000 LEADRGB { R = 0 G = 0 B = 0 } TRAILRGB { R = 0 G = 0 B = 0 } } CONTROLPOINT 2 { COLORMAPFRACTION = 1.000000 LEADRGB { R = 255 G = 255 B = 255 } TRAILRGB { R = 255 G = 255 B = 255 } } }