// cpt-city: jjg/cbcont/seq/cbcReds (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 cbcReds = color_map { [0.00000 color rgbf <1.0000,0.9608,0.9412,0.0000>] [0.11111 color rgbf <0.9961,0.9216,0.8824,0.0000>] [0.22222 color rgbf <0.9922,0.8078,0.7294,0.0000>] [0.33333 color rgbf <0.9882,0.6510,0.5412,0.0000>] [0.44444 color rgbf <0.9882,0.4941,0.3686,0.0000>] [0.55556 color rgbf <0.9608,0.3216,0.2314,0.0000>] [0.66667 color rgbf <0.8667,0.1647,0.1412,0.0000>] [0.77778 color rgbf <0.7216,0.0784,0.0980,0.0000>] [0.88889 color rgbf <0.5255,0.0314,0.0667,0.0000>] [1.00000 color rgbf <0.4039,0.0000,0.0510,0.0000>] }