// cpt-city: hj/rain (svg) // // The precipitation scheme used by De Wedda, an Eastern Caribbean // Weather Interactive Map // // author: Hayden James // copyright: CC BY 4.0 // year: 2026 // url: https://phillips.shef.ac.uk/pub/cpt-city/hj #declare rain = color_map { [0.00000 color rgbf <0.7647,0.7765,0.6510,0.4000>] [0.11111 color rgbf <0.6588,0.8039,0.8314,0.4000>] [0.22222 color rgbf <0.5333,0.8667,0.9333,0.4000>] [0.33333 color rgbf <0.0000,0.6392,0.8784,0.4000>] [0.44444 color rgbf <0.0000,0.3333,0.5333,0.4000>] [0.55556 color rgbf <1.0000,0.9333,0.0000,0.4000>] [0.66667 color rgbf <1.0000,0.6235,0.0000,0.4000>] [0.77778 color rgbf <0.9490,0.2118,0.0000,0.4000>] [0.88889 color rgbf <0.6588,0.0000,0.0000,0.4000>] [1.00000 color rgbf <1.0000,0.6235,1.0000,0.4000>] }