// cpt-city: ncl/GreenMagenta16 (cpt) // // Colour-tables from NCL (NCAR Command Language), an open-source // interpreted language designed specifically for scientific data // analysis and visualisation // // author: University Corporation for Atmospheric Research (UCAR) // copyright: Custom open-source // year: 2011 // url: https://phillips.shef.ac.uk/pub/cpt-city/ncl #declare GreenMagenta16 = color_map { [0.00000 color rgbf <0.0000,0.3137,0.0000,0.0000>] [0.06250 color rgbf <0.0000,0.3137,0.0000,0.0000>] [0.06250 color rgbf <0.0000,0.5255,0.0000,0.0000>] [0.12500 color rgbf <0.0000,0.5255,0.0000,0.0000>] [0.12500 color rgbf <0.0000,0.7333,0.0000,0.0000>] [0.18750 color rgbf <0.0000,0.7333,0.0000,0.0000>] [0.18750 color rgbf <0.0000,0.9451,0.0000,0.0000>] [0.25000 color rgbf <0.0000,0.9451,0.0000,0.0000>] [0.25000 color rgbf <0.3137,1.0000,0.3137,0.0000>] [0.31250 color rgbf <0.3137,1.0000,0.3137,0.0000>] [0.31250 color rgbf <0.5255,1.0000,0.5255,0.0000>] [0.37500 color rgbf <0.5255,1.0000,0.5255,0.0000>] [0.37500 color rgbf <0.7333,1.0000,0.7333,0.0000>] [0.43750 color rgbf <0.7333,1.0000,0.7333,0.0000>] [0.43750 color rgbf <1.0000,1.0000,1.0000,0.0000>] [0.50000 color rgbf <1.0000,1.0000,1.0000,0.0000>] [0.50000 color rgbf <1.0000,0.9451,1.0000,0.0000>] [0.56250 color rgbf <1.0000,0.9451,1.0000,0.0000>] [0.56250 color rgbf <1.0000,0.7333,1.0000,0.0000>] [0.62500 color rgbf <1.0000,0.7333,1.0000,0.0000>] [0.62500 color rgbf <1.0000,0.5255,1.0000,0.0000>] [0.68750 color rgbf <1.0000,0.5255,1.0000,0.0000>] [0.68750 color rgbf <1.0000,0.3137,1.0000,0.0000>] [0.75000 color rgbf <1.0000,0.3137,1.0000,0.0000>] [0.75000 color rgbf <0.9451,0.0000,0.9451,0.0000>] [0.81250 color rgbf <0.9451,0.0000,0.9451,0.0000>] [0.81250 color rgbf <0.7333,0.0000,0.7333,0.0000>] [0.87500 color rgbf <0.7333,0.0000,0.7333,0.0000>] [0.87500 color rgbf <0.5255,0.0000,0.5255,0.0000>] [0.93750 color rgbf <0.5255,0.0000,0.5255,0.0000>] [0.93750 color rgbf <0.3137,0.0000,0.3137,0.0000>] [1.00000 color rgbf <0.3137,0.0000,0.3137,0.0000>] }