// cpt-city: jjg/cbac/seq/cbacOranges03 (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 cbacOranges03 = color_map { [0.00000 color rgbf <0.9961,0.9020,0.8078,0.0000>] [0.33333 color rgbf <0.9961,0.8196,0.6627,0.0000>] [0.33333 color rgbf <0.9922,0.7647,0.5647,0.0000>] [0.66667 color rgbf <0.9569,0.5529,0.2824,0.0000>] [0.66667 color rgbf <0.9373,0.4627,0.1882,0.0000>] [1.00000 color rgbf <0.9020,0.3333,0.0510,0.0000>] }