// cpt-city: km/cyan-mauve-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 cyan_mauve_d10 = color_map { [0.00000 color rgbf <0.0392,0.5961,0.7255,0.0000>] [0.10000 color rgbf <0.0392,0.5961,0.7255,0.0000>] [0.10000 color rgbf <0.1098,0.5804,0.6784,0.0000>] [0.20000 color rgbf <0.1098,0.5804,0.6784,0.0000>] [0.20000 color rgbf <0.1843,0.5725,0.6314,0.0000>] [0.30000 color rgbf <0.1843,0.5725,0.6314,0.0000>] [0.30000 color rgbf <0.2588,0.5608,0.5843,0.0000>] [0.40000 color rgbf <0.2588,0.5608,0.5843,0.0000>] [0.40000 color rgbf <0.3333,0.5451,0.5412,0.0000>] [0.50000 color rgbf <0.3333,0.5451,0.5412,0.0000>] [0.50000 color rgbf <0.4118,0.5333,0.5020,0.0000>] [0.60000 color rgbf <0.4118,0.5333,0.5020,0.0000>] [0.60000 color rgbf <0.4902,0.5176,0.4627,0.0000>] [0.70000 color rgbf <0.4902,0.5176,0.4627,0.0000>] [0.70000 color rgbf <0.5686,0.5059,0.4275,0.0000>] [0.80000 color rgbf <0.5686,0.5059,0.4275,0.0000>] [0.80000 color rgbf <0.6471,0.4902,0.3922,0.0000>] [0.90000 color rgbf <0.6471,0.4902,0.3922,0.0000>] [0.90000 color rgbf <0.7255,0.4745,0.3569,0.0000>] [1.00000 color rgbf <0.7255,0.4745,0.3569,0.0000>] }