// cpt-city: go2/webtwo/green-g1-2 (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_g1_2 = color_map { [0.00000 color rgbf <0.5490,0.7765,0.2471,0.0000>] [0.50000 color rgbf <0.6510,0.8078,0.2235,0.0000>] [0.50000 color rgbf <0.7333,0.8353,0.1922,0.0000>] [1.00000 color rgbf <0.7922,0.8588,0.1647,0.0000>] }