// cpt-city: jjg/cbcont/seq/cbcRdPu (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 cbcRdPu = color_map { [0.00000 color rgbf <1.0000,0.9686,0.9529,0.0000>] [0.11111 color rgbf <0.9961,0.9255,0.9098,0.0000>] [0.22222 color rgbf <0.9882,0.8235,0.8078,0.0000>] [0.33333 color rgbf <0.9843,0.6980,0.7333,0.0000>] [0.44444 color rgbf <0.9725,0.5176,0.6706,0.0000>] [0.55556 color rgbf <0.9176,0.3059,0.6118,0.0000>] [0.66667 color rgbf <0.7765,0.1020,0.5451,0.0000>] [0.77778 color rgbf <0.5804,0.0039,0.4784,0.0000>] [0.88889 color rgbf <0.3843,0.0000,0.4392,0.0000>] [1.00000 color rgbf <0.2863,0.0000,0.4157,0.0000>] }