// cpt-city: jjg/cbcont/seq/cbcBlues (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 cbcBlues = color_map { [0.00000 color rgbf <0.9686,0.9843,1.0000,0.0000>] [0.11111 color rgbf <0.9216,0.9529,0.9843,0.0000>] [0.22222 color rgbf <0.8235,0.8902,0.9529,0.0000>] [0.33333 color rgbf <0.6980,0.8235,0.9098,0.0000>] [0.44444 color rgbf <0.5176,0.7373,0.8627,0.0000>] [0.55556 color rgbf <0.3373,0.6275,0.8078,0.0000>] [0.66667 color rgbf <0.1961,0.5098,0.7451,0.0000>] [0.77778 color rgbf <0.0784,0.3804,0.6627,0.0000>] [0.88889 color rgbf <0.0314,0.2510,0.5176,0.0000>] [1.00000 color rgbf <0.0314,0.1882,0.4196,0.0000>] }