// cpt-city: go2/webtwo/blue-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 blue_g2_3 = color_map { [0.00000 color rgbf <0.0000,0.4431,0.7373,0.0000>] [0.50000 color rgbf <0.0000,0.4706,0.7569,0.0000>] [0.50000 color rgbf <0.0000,0.5373,0.8118,0.0000>] [1.00000 color rgbf <0.0000,0.5608,0.8314,0.0000>] }