// cpt-city: jjg/cbcont/seq/cbcOranges (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 cbcOranges = color_map { [0.00000 color rgbf <1.0000,0.9608,0.9216,0.0000>] [0.11111 color rgbf <0.9961,0.9333,0.8627,0.0000>] [0.22222 color rgbf <0.9961,0.8588,0.7216,0.0000>] [0.33333 color rgbf <0.9922,0.7490,0.5255,0.0000>] [0.44444 color rgbf <0.9922,0.6196,0.3294,0.0000>] [0.55556 color rgbf <0.9686,0.4824,0.1569,0.0000>] [0.66667 color rgbf <0.8980,0.3451,0.0392,0.0000>] [0.77778 color rgbf <0.7529,0.2471,0.0078,0.0000>] [0.88889 color rgbf <0.5725,0.1843,0.0157,0.0000>] [1.00000 color rgbf <0.4980,0.1529,0.0157,0.0000>] }