// cpt-city: km/cool-warm-d06 (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_d06 = color_map { [0.00000 color rgbf <0.2667,0.4039,0.8510,0.0000>] [0.16667 color rgbf <0.2667,0.4039,0.8510,0.0000>] [0.16667 color rgbf <0.4039,0.6235,0.9569,0.0000>] [0.33333 color rgbf <0.4039,0.6235,0.9569,0.0000>] [0.33333 color rgbf <0.6824,0.8157,0.9294,0.0000>] [0.50000 color rgbf <0.6824,0.8157,0.9294,0.0000>] [0.50000 color rgbf <1.0000,0.6902,0.6510,0.0000>] [0.66667 color rgbf <1.0000,0.6902,0.6510,0.0000>] [0.66667 color rgbf <1.0000,0.3333,0.3490,0.0000>] [0.83333 color rgbf <1.0000,0.3333,0.3490,0.0000>] [0.83333 color rgbf <0.9255,0.1020,0.2196,0.0000>] [1.00000 color rgbf <0.9255,0.1020,0.2196,0.0000>] }