// cpt-city: km/blue-yellow-d06 (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_d06 = color_map { [0.00000 color rgbf <0.1137,0.1137,0.8745,0.0000>] [0.16667 color rgbf <0.1137,0.1137,0.8745,0.0000>] [0.16667 color rgbf <0.2667,0.2667,0.7216,0.0000>] [0.33333 color rgbf <0.2667,0.2667,0.7216,0.0000>] [0.33333 color rgbf <0.4196,0.4196,0.5686,0.0000>] [0.50000 color rgbf <0.4196,0.4196,0.5686,0.0000>] [0.50000 color rgbf <0.5686,0.5686,0.4196,0.0000>] [0.66667 color rgbf <0.5686,0.5686,0.4196,0.0000>] [0.66667 color rgbf <0.7216,0.7216,0.2667,0.0000>] [0.83333 color rgbf <0.7216,0.7216,0.2667,0.0000>] [0.83333 color rgbf <0.8745,0.8745,0.1137,0.0000>] [1.00000 color rgbf <0.8745,0.8745,0.1137,0.0000>] }