// cpt-city: jjg/cbac/seq/cbacBlues04 (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 cbacBlues04 = color_map { [0.00000 color rgbf <0.9373,0.9529,1.0000,0.0000>] [0.25000 color rgbf <0.8627,0.9098,0.9647,0.0000>] [0.25000 color rgbf <0.8157,0.8863,0.9412,0.0000>] [0.50000 color rgbf <0.6196,0.7843,0.8824,0.0000>] [0.50000 color rgbf <0.5412,0.7412,0.8627,0.0000>] [0.75000 color rgbf <0.3098,0.5922,0.7922,0.0000>] [0.75000 color rgbf <0.2392,0.5333,0.7569,0.0000>] [1.00000 color rgbf <0.1294,0.4431,0.7098,0.0000>] }