// cpt-city: km/blue-yellow-d10 (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_d10 = color_map { [0.00000 color rgbf <0.0863,0.0863,0.9020,0.0000>] [0.10000 color rgbf <0.0863,0.0863,0.9020,0.0000>] [0.10000 color rgbf <0.1765,0.1765,0.8157,0.0000>] [0.20000 color rgbf <0.1765,0.1765,0.8157,0.0000>] [0.20000 color rgbf <0.2667,0.2667,0.7216,0.0000>] [0.30000 color rgbf <0.2667,0.2667,0.7216,0.0000>] [0.30000 color rgbf <0.3608,0.3608,0.6314,0.0000>] [0.40000 color rgbf <0.3608,0.3608,0.6314,0.0000>] [0.40000 color rgbf <0.4471,0.4471,0.5412,0.0000>] [0.50000 color rgbf <0.4471,0.4471,0.5412,0.0000>] [0.50000 color rgbf <0.5412,0.5412,0.4471,0.0000>] [0.60000 color rgbf <0.5412,0.5412,0.4471,0.0000>] [0.60000 color rgbf <0.6314,0.6314,0.3608,0.0000>] [0.70000 color rgbf <0.6314,0.6314,0.3608,0.0000>] [0.70000 color rgbf <0.7216,0.7216,0.2667,0.0000>] [0.80000 color rgbf <0.7216,0.7216,0.2667,0.0000>] [0.80000 color rgbf <0.8157,0.8157,0.1765,0.0000>] [0.90000 color rgbf <0.8157,0.8157,0.1765,0.0000>] [0.90000 color rgbf <0.9020,0.9020,0.0863,0.0000>] [1.00000 color rgbf <0.9020,0.9020,0.0863,0.0000>] }