// cpt-city: jjg/cbac/seq/cbacReds03 (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 cbacReds03 = color_map { [0.00000 color rgbf <0.9961,0.8784,0.8235,0.0000>] [0.33333 color rgbf <0.9922,0.7647,0.6824,0.0000>] [0.33333 color rgbf <0.9922,0.6863,0.5882,0.0000>] [0.66667 color rgbf <0.9451,0.4235,0.3373,0.0000>] [0.66667 color rgbf <0.9137,0.3255,0.2588,0.0000>] [1.00000 color rgbf <0.8706,0.1765,0.1490,0.0000>] }