// cpt-city: go2/webtwo/red-g2-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 red_g2_2 = color_map { [0.00000 color rgbf <0.9490,0.3961,0.1333,0.0000>] [0.50000 color rgbf <0.9529,0.4392,0.1294,0.0000>] [0.50000 color rgbf <0.9647,0.5373,0.1216,0.0000>] [1.00000 color rgbf <0.9686,0.5765,0.1137,0.0000>] }