// cpt-city: wkp/life/wiki-life (cpt) // // A scheme used for maps of life expectancy // // author: Astrokey44, Pallando, Vardion // copyright: Creative commons attribution share-alike 3.0 unported // year: 2012 // url: https://phillips.shef.ac.uk/pub/cpt-city/wkp/life #declare wiki_life = color_map { [0.00000 color rgbf <0.5451,0.0000,0.0000,0.0000>] [0.50000 color rgbf <0.5451,0.0000,0.0000,0.0000>] [0.50000 color rgbf <1.0000,0.0000,0.0000,0.0000>] [0.60000 color rgbf <1.0000,0.0000,0.0000,0.0000>] [0.60000 color rgbf <1.0000,0.5490,0.0000,0.0000>] [0.70000 color rgbf <1.0000,0.5490,0.0000,0.0000>] [0.70000 color rgbf <1.0000,1.0000,0.0000,0.0000>] [0.75000 color rgbf <1.0000,1.0000,0.0000,0.0000>] [0.75000 color rgbf <0.0000,1.0000,0.0000,0.0000>] [0.80000 color rgbf <0.0000,1.0000,0.0000,0.0000>] [0.80000 color rgbf <0.0000,0.3922,0.0000,0.0000>] [1.00000 color rgbf <0.0000,0.3922,0.0000,0.0000>] }