// cpt-city: km/cyan-mauve-d05 (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 cyan_mauve_d05 = color_map { [0.00000 color rgbf <0.0706,0.5882,0.6980,0.0000>] [0.20000 color rgbf <0.0706,0.5882,0.6980,0.0000>] [0.20000 color rgbf <0.2235,0.5647,0.6078,0.0000>] [0.40000 color rgbf <0.2235,0.5647,0.6078,0.0000>] [0.40000 color rgbf <0.3725,0.5373,0.5216,0.0000>] [0.60000 color rgbf <0.3725,0.5373,0.5216,0.0000>] [0.60000 color rgbf <0.5255,0.5098,0.4431,0.0000>] [0.80000 color rgbf <0.5255,0.5098,0.4431,0.0000>] [0.80000 color rgbf <0.6863,0.4824,0.3725,0.0000>] [1.00000 color rgbf <0.6863,0.4824,0.3725,0.0000>] }