// cpt-city: km/cool-warm-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 cool_warm_d10 = color_map { [0.00000 color rgbf <0.2471,0.3608,0.8157,0.0000>] [0.10000 color rgbf <0.2471,0.3608,0.8157,0.0000>] [0.10000 color rgbf <0.3059,0.4902,0.9098,0.0000>] [0.20000 color rgbf <0.3059,0.4902,0.9098,0.0000>] [0.20000 color rgbf <0.4039,0.6235,0.9569,0.0000>] [0.30000 color rgbf <0.4039,0.6235,0.9569,0.0000>] [0.30000 color rgbf <0.5569,0.7451,0.9529,0.0000>] [0.40000 color rgbf <0.5569,0.7451,0.9529,0.0000>] [0.40000 color rgbf <0.7569,0.8392,0.9059,0.0000>] [0.50000 color rgbf <0.7569,0.8392,0.9059,0.0000>] [0.50000 color rgbf <1.0000,0.7961,0.7647,0.0000>] [0.60000 color rgbf <1.0000,0.7961,0.7647,0.0000>] [0.60000 color rgbf <1.0000,0.5216,0.4902,0.0000>] [0.70000 color rgbf <1.0000,0.5216,0.4902,0.0000>] [0.70000 color rgbf <1.0000,0.3333,0.3490,0.0000>] [0.80000 color rgbf <1.0000,0.3333,0.3490,0.0000>] [0.80000 color rgbf <1.0000,0.1882,0.2706,0.0000>] [0.90000 color rgbf <1.0000,0.1882,0.2706,0.0000>] [0.90000 color rgbf <0.8392,0.0627,0.1922,0.0000>] [1.00000 color rgbf <0.8392,0.0627,0.1922,0.0000>] }