// cpt-city: ncl/BrownBlue12 (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 BrownBlue12 = color_map { [0.00000 color rgbf <0.2000,0.0980,0.0000,0.0000>] [0.09091 color rgbf <0.2000,0.0980,0.0000,0.0000>] [0.09091 color rgbf <0.4000,0.1843,0.0000,0.0000>] [0.18182 color rgbf <0.4000,0.1843,0.0000,0.0000>] [0.18182 color rgbf <0.6000,0.3765,0.2078,0.0000>] [0.27273 color rgbf <0.6000,0.3765,0.2078,0.0000>] [0.27273 color rgbf <0.8000,0.6078,0.4784,0.0000>] [0.36364 color rgbf <0.8000,0.6078,0.4784,0.0000>] [0.36364 color rgbf <0.8471,0.6863,0.5922,0.0000>] [0.45455 color rgbf <0.8471,0.6863,0.5922,0.0000>] [0.45455 color rgbf <0.9490,0.8549,0.8039,0.0000>] [0.54546 color rgbf <0.9490,0.8549,0.8039,0.0000>] [0.54546 color rgbf <0.8000,0.9922,1.0000,0.0000>] [0.63636 color rgbf <0.8000,0.9922,1.0000,0.0000>] [0.63636 color rgbf <0.6000,0.9725,1.0000,0.0000>] [0.72727 color rgbf <0.6000,0.9725,1.0000,0.0000>] [0.72727 color rgbf <0.3961,0.9373,1.0000,0.0000>] [0.81818 color rgbf <0.3961,0.9373,1.0000,0.0000>] [0.81818 color rgbf <0.1961,0.8902,1.0000,0.0000>] [0.90909 color rgbf <0.1961,0.8902,1.0000,0.0000>] [0.90909 color rgbf <0.0000,0.6627,0.8000,0.0000>] [1.00000 color rgbf <0.0000,0.6627,0.8000,0.0000>] }