// cpt-city: jjg/cbac/seq/cbacOrRd03 (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 cbacOrRd03 = color_map { [0.00000 color rgbf <0.9961,0.9098,0.7843,0.0000>] [0.33333 color rgbf <0.9961,0.8431,0.6824,0.0000>] [0.33333 color rgbf <0.9922,0.8000,0.6196,0.0000>] [0.66667 color rgbf <0.9529,0.5686,0.4000,0.0000>] [0.66667 color rgbf <0.9294,0.4549,0.3176,0.0000>] [1.00000 color rgbf <0.8902,0.2902,0.2000,0.0000>] }