// cpt-city: jjg/cbac/seq/cbacPurples04 (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 cbacPurples04 = color_map { [0.00000 color rgbf <0.9490,0.9412,0.9686,0.0000>] [0.25000 color rgbf <0.8902,0.8824,0.9373,0.0000>] [0.25000 color rgbf <0.8549,0.8471,0.9176,0.0000>] [0.50000 color rgbf <0.7294,0.7176,0.8471,0.0000>] [0.50000 color rgbf <0.6863,0.6745,0.8235,0.0000>] [0.75000 color rgbf <0.5451,0.4980,0.7294,0.0000>] [0.75000 color rgbf <0.4941,0.4235,0.6941,0.0000>] [1.00000 color rgbf <0.4157,0.3176,0.6392,0.0000>] }