// cpt-city: jjg/cbcont/seq/cbcPurples (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 cbcPurples = color_map { [0.00000 color rgbf <0.9882,0.9843,0.9922,0.0000>] [0.11111 color rgbf <0.9647,0.9569,0.9765,0.0000>] [0.22222 color rgbf <0.8941,0.8902,0.9412,0.0000>] [0.33333 color rgbf <0.7961,0.8000,0.8902,0.0000>] [0.44444 color rgbf <0.6784,0.6745,0.8235,0.0000>] [0.55556 color rgbf <0.5608,0.5451,0.7569,0.0000>] [0.66667 color rgbf <0.4588,0.4039,0.6824,0.0000>] [0.77778 color rgbf <0.3725,0.2353,0.6000,0.0000>] [0.88889 color rgbf <0.2902,0.0784,0.5255,0.0000>] [1.00000 color rgbf <0.2471,0.0000,0.4902,0.0000>] }