// cpt-city: go2/webtwo/blue-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 blue_g1_2 = color_map { [0.00000 color rgbf <0.0000,0.5608,0.8314,0.0000>] [0.50000 color rgbf <0.0000,0.6157,0.8784,0.0000>] [0.50000 color rgbf <0.0000,0.6471,0.9098,0.0000>] [1.00000 color rgbf <0.0000,0.6784,0.9373,0.0000>] }