// cpt-city: go2/webtwo/grey-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 grey_g1_1 = color_map { [0.00000 color rgbf <0.8980,0.9020,0.9059,0.0000>] [0.50000 color rgbf <0.8745,0.8784,0.8824,0.0000>] [0.50000 color rgbf <0.9333,0.9373,0.9373,0.0000>] [1.00000 color rgbf <1.0000,1.0000,1.0000,0.0000>] }