// cpt-city: jjg/cbac/seq/cbacPurples03 (cpt) // // Almost 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/cbac/seq #declare cbacPurples03 = color_map { [0.00000 color rgbf <0.9373,0.9294,0.9608,0.0000>] [0.33333 color rgbf <0.8627,0.8588,0.9255,0.0000>] [0.33333 color rgbf <0.8118,0.8118,0.8980,0.0000>] [0.66667 color rgbf <0.6314,0.6196,0.8000,0.0000>] [0.66667 color rgbf <0.5647,0.5412,0.7569,0.0000>] [1.00000 color rgbf <0.4588,0.4196,0.6941,0.0000>] }