// cpt-city: jjg/cbac/seq/cbacYlOrBr04 (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 cbacYlOrBr04 = color_map { [0.00000 color rgbf <1.0000,1.0000,0.8314,0.0000>] [0.25000 color rgbf <1.0000,0.9451,0.7294,0.0000>] [0.25000 color rgbf <0.9961,0.9059,0.6588,0.0000>] [0.50000 color rgbf <0.9961,0.7569,0.4078,0.0000>] [0.50000 color rgbf <0.9961,0.6941,0.3098,0.0000>] [0.75000 color rgbf <0.9216,0.4863,0.1020,0.0000>] [0.75000 color rgbf <0.8745,0.4118,0.0667,0.0000>] [1.00000 color rgbf <0.8000,0.2980,0.0078,0.0000>] }