// cpt-city: saga/saga-08 (cpt) // // Preset colour tables from SAGA, the system for automated // geoscientific analyses // // https://saga-gis.sourceforge.io/en/index.html // // author: J. Böhner, O. Conrad // copyright: GPLv2 // year: 2012 // url: https://phillips.shef.ac.uk/pub/cpt-city/saga #declare saga_08 = color_map { [0.00000 color rgbf <1.0000,1.0000,1.0000,0.0000>] [0.05263 color rgbf <0.9451,0.9725,0.9451,0.0000>] [0.10526 color rgbf <0.8941,0.9451,0.8941,0.0000>] [0.15790 color rgbf <0.8392,0.9176,0.8392,0.0000>] [0.21053 color rgbf <0.7882,0.8941,0.7882,0.0000>] [0.26316 color rgbf <0.7333,0.8667,0.7333,0.0000>] [0.31579 color rgbf <0.6824,0.8392,0.6824,0.0000>] [0.36842 color rgbf <0.6314,0.8118,0.6314,0.0000>] [0.42105 color rgbf <0.5765,0.7882,0.5765,0.0000>] [0.47368 color rgbf <0.5255,0.7608,0.5255,0.0000>] [0.52632 color rgbf <0.4706,0.7333,0.4706,0.0000>] [0.57895 color rgbf <0.4196,0.7059,0.4196,0.0000>] [0.63158 color rgbf <0.3647,0.6824,0.3647,0.0000>] [0.68421 color rgbf <0.3137,0.6549,0.3137,0.0000>] [0.73684 color rgbf <0.2627,0.6275,0.2627,0.0000>] [0.78947 color rgbf <0.2078,0.6000,0.2078,0.0000>] [0.84210 color rgbf <0.1569,0.5765,0.1569,0.0000>] [0.89474 color rgbf <0.1020,0.5490,0.1020,0.0000>] [0.94737 color rgbf <0.0510,0.5216,0.0510,0.0000>] [1.00000 color rgbf <0.0000,0.4980,0.0000,0.0000>] }