// cpt-city: jjg/cbac/seq/cbacReds04 (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 cbacReds04 = color_map { [0.00000 color rgbf <0.9961,0.8980,0.8510,0.0000>] [0.25000 color rgbf <0.9922,0.8157,0.7451,0.0000>] [0.25000 color rgbf <0.9922,0.7647,0.6745,0.0000>] [0.50000 color rgbf <0.9882,0.5804,0.4627,0.0000>] [0.50000 color rgbf <0.9843,0.5176,0.3961,0.0000>] [0.75000 color rgbf <0.9137,0.2941,0.2235,0.0000>] [0.75000 color rgbf <0.8667,0.2157,0.1804,0.0000>] [1.00000 color rgbf <0.7961,0.0941,0.1137,0.0000>] }