// cpt-city: jjg/cbcont/seq/cbcYlGn (cpt) // // 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/cbcont/seq #declare cbcYlGn = color_map { [0.00000 color rgbf <1.0000,1.0000,0.8980,0.0000>] [0.11111 color rgbf <0.9843,0.9961,0.8118,0.0000>] [0.22222 color rgbf <0.9098,0.9647,0.6824,0.0000>] [0.33333 color rgbf <0.7647,0.9020,0.5961,0.0000>] [0.44444 color rgbf <0.5725,0.8235,0.5176,0.0000>] [0.55556 color rgbf <0.3608,0.7216,0.4196,0.0000>] [0.66667 color rgbf <0.1961,0.5961,0.3137,0.0000>] [0.77778 color rgbf <0.0706,0.4627,0.2392,0.0000>] [0.88889 color rgbf <0.0000,0.3373,0.1882,0.0000>] [1.00000 color rgbf <0.0000,0.2706,0.1608,0.0000>] }