// cpt-city: go2/webtwo/green-g2-4 (cpt) // // Basic two-colour gradients for Web 2.0 from the LiquidCity // blog by Go Squared // // author: GoSquared // copyright: Attribution requested // year: 2007 // url: https://phillips.shef.ac.uk/pub/cpt-city/go2/webtwo #declare green_g2_4 = color_map { [0.00000 color rgbf <0.1569,0.5647,0.2275,0.0000>] [0.50000 color rgbf <0.2392,0.5765,0.2235,0.0000>] [0.50000 color rgbf <0.3843,0.6078,0.2000,0.0000>] [1.00000 color rgbf <0.4235,0.6157,0.1922,0.0000>] }