// cpt-city: go2/webtwo/blue-g1-4 (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_4 = color_map { [0.00000 color rgbf <0.0000,0.3294,0.6510,0.0000>] [0.50000 color rgbf <0.0000,0.3882,0.6902,0.0000>] [0.50000 color rgbf <0.0000,0.4157,0.7137,0.0000>] [1.00000 color rgbf <0.0000,0.4431,0.7373,0.0000>] }