// cpt-city: go2/webtwo/green-g1-1 (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_1 = color_map { [0.00000 color rgbf <0.7922,0.8588,0.1647,0.0000>] [0.50000 color rgbf <0.8980,0.8980,0.0863,0.0000>] [0.50000 color rgbf <0.9725,0.9255,0.0000,0.0000>] [1.00000 color rgbf <1.0000,0.9490,0.0000,0.0000>] }