// cpt-city: jjg/cbcont/seq/cbcOrRd (cpt) // // Continuous versions of Cynthia Brewer's sequential schemes // // author: J.J. Green // copyright: Apache-like // year: 2004 // url: https://phillips.shef.ac.uk/pub/cpt-city/jjg/cbcont/seq #declare cbcOrRd = color_map { [0.00000 color rgbf <1.0000,0.9686,0.9255,0.0000>] [0.11111 color rgbf <0.9961,0.9412,0.8549,0.0000>] [0.22222 color rgbf <0.9961,0.8706,0.7020,0.0000>] [0.33333 color rgbf <0.9922,0.7843,0.5686,0.0000>] [0.44444 color rgbf <0.9882,0.6431,0.4314,0.0000>] [0.55556 color rgbf <0.9647,0.4745,0.3137,0.0000>] [0.66667 color rgbf <0.8902,0.2902,0.2039,0.0000>] [0.77778 color rgbf <0.7725,0.0941,0.0627,0.0000>] [0.88889 color rgbf <0.6000,0.0000,0.0000,0.0000>] [1.00000 color rgbf <0.4980,0.0000,0.0000,0.0000>] }