// cpt-city: go2/webtwo/grey-g2-3 (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 grey_g2_3 = color_map { [0.00000 color rgbf <0.5020,0.5098,0.5176,0.0000>] [0.50000 color rgbf <0.5333,0.5412,0.5529,0.0000>] [0.50000 color rgbf <0.5922,0.6000,0.6118,0.0000>] [1.00000 color rgbf <0.6157,0.6235,0.6314,0.0000>] }