// cpt-city: go2/webtwo/grey-g1-5 (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_g1_5 = color_map { [0.00000 color rgbf <0.0000,0.0000,0.0000,0.0000>] [0.50000 color rgbf <0.3020,0.3059,0.3137,0.0000>] [0.50000 color rgbf <0.3569,0.3608,0.3725,0.0000>] [1.00000 color rgbf <0.3882,0.3922,0.4000,0.0000>] }