// cpt-city: km/cool-warm-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 cool_warm_d14 = color_map { [0.00000 color rgbf <0.2431,0.3412,0.8000,0.0000>] [0.07143 color rgbf <0.2431,0.3412,0.8000,0.0000>] [0.07143 color rgbf <0.2784,0.4314,0.8745,0.0000>] [0.14286 color rgbf <0.2784,0.4314,0.8745,0.0000>] [0.14286 color rgbf <0.3294,0.5255,0.9294,0.0000>] [0.21429 color rgbf <0.3294,0.5255,0.9294,0.0000>] [0.21429 color rgbf <0.4039,0.6235,0.9569,0.0000>] [0.28571 color rgbf <0.4039,0.6235,0.9569,0.0000>] [0.28571 color rgbf <0.5059,0.7137,0.9569,0.0000>] [0.35714 color rgbf <0.5059,0.7137,0.9569,0.0000>] [0.35714 color rgbf <0.6353,0.7922,0.9373,0.0000>] [0.42857 color rgbf <0.6353,0.7922,0.9373,0.0000>] [0.42857 color rgbf <0.7882,0.8510,0.9020,0.0000>] [0.50000 color rgbf <0.7882,0.8510,0.9020,0.0000>] [0.50000 color rgbf <0.9725,0.8275,0.8000,0.0000>] [0.57143 color rgbf <0.9725,0.8275,0.8000,0.0000>] [0.57143 color rgbf <1.0000,0.6235,0.5882,0.0000>] [0.64286 color rgbf <1.0000,0.6235,0.5882,0.0000>] [0.64286 color rgbf <1.0000,0.4627,0.4392,0.0000>] [0.71429 color rgbf <1.0000,0.4627,0.4392,0.0000>] [0.71429 color rgbf <1.0000,0.3333,0.3490,0.0000>] [0.78571 color rgbf <1.0000,0.3333,0.3490,0.0000>] [0.78571 color rgbf <1.0000,0.2275,0.2863,0.0000>] [0.85714 color rgbf <1.0000,0.2275,0.2863,0.0000>] [0.85714 color rgbf <0.9843,0.1333,0.2392,0.0000>] [0.92857 color rgbf <0.9843,0.1333,0.2392,0.0000>] [0.92857 color rgbf <0.8039,0.0471,0.1765,0.0000>] [1.00000 color rgbf <0.8039,0.0471,0.1765,0.0000>] }