// cpt-city: jjg/cbcont/seq/cbcPuBu (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 cbcPuBu = color_map { [0.00000 color rgbf <1.0000,0.9686,0.9843,0.0000>] [0.11111 color rgbf <0.9647,0.9373,0.9647,0.0000>] [0.22222 color rgbf <0.8706,0.8627,0.9255,0.0000>] [0.33333 color rgbf <0.7333,0.7804,0.8784,0.0000>] [0.44444 color rgbf <0.5529,0.7020,0.8353,0.0000>] [0.55556 color rgbf <0.3333,0.6118,0.7843,0.0000>] [0.66667 color rgbf <0.1176,0.5020,0.7216,0.0000>] [0.77778 color rgbf <0.0157,0.3961,0.6196,0.0000>] [0.88889 color rgbf <0.0118,0.2863,0.4471,0.0000>] [1.00000 color rgbf <0.0078,0.2196,0.3451,0.0000>] }