// cpt-city: km/blue-yellow-d14 (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_d14 = color_map { [0.00000 color rgbf <0.0706,0.0706,0.9176,0.0000>] [0.07143 color rgbf <0.0706,0.0706,0.9176,0.0000>] [0.07143 color rgbf <0.1373,0.1373,0.8510,0.0000>] [0.14286 color rgbf <0.1373,0.1373,0.8510,0.0000>] [0.14286 color rgbf <0.2039,0.2039,0.7882,0.0000>] [0.21429 color rgbf <0.2039,0.2039,0.7882,0.0000>] [0.21429 color rgbf <0.2667,0.2667,0.7216,0.0000>] [0.28571 color rgbf <0.2667,0.2667,0.7216,0.0000>] [0.28571 color rgbf <0.3333,0.3333,0.6588,0.0000>] [0.35714 color rgbf <0.3333,0.3333,0.6588,0.0000>] [0.35714 color rgbf <0.3961,0.3961,0.5922,0.0000>] [0.42857 color rgbf <0.3961,0.3961,0.5922,0.0000>] [0.42857 color rgbf <0.4627,0.4627,0.5255,0.0000>] [0.50000 color rgbf <0.4627,0.4627,0.5255,0.0000>] [0.50000 color rgbf <0.5255,0.5255,0.4627,0.0000>] [0.57143 color rgbf <0.5255,0.5255,0.4627,0.0000>] [0.57143 color rgbf <0.5922,0.5922,0.3961,0.0000>] [0.64286 color rgbf <0.5922,0.5922,0.3961,0.0000>] [0.64286 color rgbf <0.6588,0.6588,0.3333,0.0000>] [0.71429 color rgbf <0.6588,0.6588,0.3333,0.0000>] [0.71429 color rgbf <0.7216,0.7216,0.2667,0.0000>] [0.78571 color rgbf <0.7216,0.7216,0.2667,0.0000>] [0.78571 color rgbf <0.7882,0.7882,0.2039,0.0000>] [0.85714 color rgbf <0.7882,0.7882,0.2039,0.0000>] [0.85714 color rgbf <0.8510,0.8510,0.1373,0.0000>] [0.92857 color rgbf <0.8510,0.8510,0.1373,0.0000>] [0.92857 color rgbf <0.9176,0.9176,0.0706,0.0000>] [1.00000 color rgbf <0.9176,0.9176,0.0706,0.0000>] }