// cpt-city: km/cool-warm-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 cool_warm_d08 = color_map { [0.00000 color rgbf <0.2549,0.3765,0.8314,0.0000>] [0.12500 color rgbf <0.2549,0.3765,0.8314,0.0000>] [0.12500 color rgbf <0.3373,0.5373,0.9333,0.0000>] [0.25000 color rgbf <0.3373,0.5373,0.9333,0.0000>] [0.25000 color rgbf <0.4941,0.7020,0.9608,0.0000>] [0.37500 color rgbf <0.4941,0.7020,0.9608,0.0000>] [0.37500 color rgbf <0.7294,0.8314,0.9137,0.0000>] [0.50000 color rgbf <0.7294,0.8314,0.9137,0.0000>] [0.50000 color rgbf <1.0000,0.7529,0.7216,0.0000>] [0.62500 color rgbf <1.0000,0.7529,0.7216,0.0000>] [0.62500 color rgbf <1.0000,0.4431,0.4275,0.0000>] [0.75000 color rgbf <1.0000,0.4431,0.4275,0.0000>] [0.75000 color rgbf <1.0000,0.2392,0.2941,0.0000>] [0.87500 color rgbf <1.0000,0.2392,0.2941,0.0000>] [0.87500 color rgbf <0.8745,0.0784,0.2000,0.0000>] [1.00000 color rgbf <0.8745,0.0784,0.2000,0.0000>] }