// cpt-city: km/blue-yellow-d08 (cpt) // // Diverging Color Maps for Scientific Visualization, Kenneth // Moreland. ISVC '09: Proceedings of the 5th International // Symposium on Advances in Visual Computing: Part II pp, 92-103 // // author: Kenneth Moreland // copyright: Public domain // year: 2012 // url: https://phillips.shef.ac.uk/pub/cpt-city/km #declare blue_yellow_d08 = color_map { [0.00000 color rgbf <0.0980,0.0980,0.8941,0.0000>] [0.12500 color rgbf <0.0980,0.0980,0.8941,0.0000>] [0.12500 color rgbf <0.2118,0.2118,0.7804,0.0000>] [0.25000 color rgbf <0.2118,0.2118,0.7804,0.0000>] [0.25000 color rgbf <0.3255,0.3255,0.6667,0.0000>] [0.37500 color rgbf <0.3255,0.3255,0.6667,0.0000>] [0.37500 color rgbf <0.4392,0.4392,0.5529,0.0000>] [0.50000 color rgbf <0.4392,0.4392,0.5529,0.0000>] [0.50000 color rgbf <0.5529,0.5529,0.4392,0.0000>] [0.62500 color rgbf <0.5529,0.5529,0.4392,0.0000>] [0.62500 color rgbf <0.6667,0.6667,0.3255,0.0000>] [0.75000 color rgbf <0.6667,0.6667,0.3255,0.0000>] [0.75000 color rgbf <0.7804,0.7804,0.2118,0.0000>] [0.87500 color rgbf <0.7804,0.7804,0.2118,0.0000>] [0.87500 color rgbf <0.8941,0.8941,0.0980,0.0000>] [1.00000 color rgbf <0.8941,0.8941,0.0980,0.0000>] }